squirrelmail/configure

7 lines
92 B
Bash
Executable file

#!/bin/sh
#
# Redirects to the config directory and runs conf.pl
cd config
./conf.pl
cd ..