5 lines
88 B
Bash
Executable File
5 lines
88 B
Bash
Executable File
#!/bin/sh
|
|
cd `dirname "$0"`
|
|
cd bases
|
|
exec ../gw/gwd -hd ../gw "$@" > ../gw/gwd.log 2>&1
|