~ubuntu-branches/ubuntu/hoary/squirrelmail/hoary-security

1
2
3
4
5
6
7
#!/bin/sh
#
# Redirects to the config directory and runs conf.pl

cd config
./conf.pl
cd ..