
http://sf.net/tracker/?func=detail&atid=100311&aid=496752&group_id=311 http://sf.net/tracker/?func=detail&atid=100311&aid=496753&group_id=311
7 lines
92 B
Bash
Executable file
7 lines
92 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# Redirects to the config directory and runs conf.pl
|
|
|
|
cd config
|
|
./conf.pl
|
|
cd ..
|