While getting data from a stream it is possible to reach the end, so we should check...
[squirrelmail.git] / configure
CommitLineData
98fe1e9f 1#!/bin/bash
2#
3# Redirects to the config directory and runs conf.pl
4
5cd config
6./conf.pl
7cd ..