* src/bin/overrides/gnucash-run-script: new file -- mostly content

of ../gnucash-run-script.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6134 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2001-11-28 23:24:42 +00:00
parent 4c36e2341e
commit 5a8b27e4bb

View File

@ -0,0 +1,9 @@
#!/bin/sh
if test $# -lt 1
then
echo "Usage: $0 guile-script [arg ...]"
exit 1
fi
exec gnucash-env guile -s "$@"