5 lines
121 B
Plaintext
5 lines
121 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
exec "${GUILE:-guile}" "$GUILE_FLAGS" -L . -l gnupdate.scm \
|
||
|
-e '(apply main (cdr (command-line)))' -- "$@"
|