Add test for arguments handling

pull/3/head
rnhmjoj 2015-09-11 05:12:40 +02:00
parent f65181ae34
commit d8852783ea
1 changed files with 7 additions and 0 deletions

7
example.sh Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env nix-script
#!>zsh
#! nix | zsh
function a { echo "this is zsh!" }
a
echo "your args: $@"