mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
e4fecd6b8e
svn path=/nixpkgs/trunk/; revision=21703
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)))' -- "$@"
|