squirrelmail/configure
Luke Ehresman 5f7ac816ff - fixed some poorly formed HTML
- made conf.pl a bit smarter in detecting themes directory
- added "configure" which points to config/conf.pl
2000-07-29 16:50:28 +00:00

7 lines
94 B
Bash
Executable file

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