mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* 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:
parent
4c36e2341e
commit
5a8b27e4bb
9
src/bin/overrides/gnucash-run-script
Executable file
9
src/bin/overrides/gnucash-run-script
Executable 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 "$@"
|
Loading…
Reference in New Issue
Block a user