1
0
Fork 0
tekuti/env
2008-02-09 21:37:57 +01:00

8 lines
130 B
Bash
Executable file

#!/bin/sh
this_dir=$(cd $(dirname $0) && pwd)
GUILE_LOAD_PATH=$this_dir/$pkg:$GUILE_LOAD_PATH
export GUILE_LOAD_PATH
exec "$@"