mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-18 16:26:02 +00:00
4 lines
119 B
Bash
Executable file
4 lines
119 B
Bash
Executable file
#!/bin/sh
|
|
|
|
exec "${GUILE:-guile}" $GUILE_FLAGS -L . -l gnupdate.scm \
|
|
-e '(apply main (cdr (command-line)))' -- "$@"
|