about summary refs log tree commit diff
path: root/maintainers/scripts/gnu/gnupdate
blob: 31340ca23996edff7b0886ff3d460e63c9ae0aff (plain) (blame)
1
2
3
4
#!/bin/sh

exec "${GUILE:-guile}" $GUILE_FLAGS -L . -l gnupdate.scm \
  -c '(apply main (cdr (command-line)))' -- "$@"