5 lines
102 B
Bash
5 lines
102 B
Bash
#!/bin/sh
|
|
#
|
|
# Redirects to the config directory and runs conf.pl
|
|
|
|
cd `dirname $0`/config && ./conf.pl
|