1
0
Fork 0
tekuti/env

9 lines
130 B
Text
Raw Normal View History

2008-02-09 21:37:57 +01:00
#!/bin/sh
this_dir=$(cd $(dirname $0) && pwd)
GUILE_LOAD_PATH=$this_dir/$pkg:$GUILE_LOAD_PATH
export GUILE_LOAD_PATH
exec "$@"