mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
5 lines
119 B
Bash
Executable File
5 lines
119 B
Bash
Executable File
#!/bin/sh
|
|
|
|
exec "${GUILE:-guile}" $GUILE_FLAGS -L . -l gnupdate.scm \
|
|
-c '(apply main (cdr (command-line)))' -- "$@"
|