From d8852783eaffa692da01db1e683b8264e78ff8a0 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Fri, 11 Sep 2015 05:12:40 +0200 Subject: [PATCH] Add test for arguments handling --- example.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 example.sh diff --git a/example.sh b/example.sh new file mode 100755 index 0000000..8caa463 --- /dev/null +++ b/example.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env nix-script +#!>zsh +#! nix | zsh + +function a { echo "this is zsh!" } +a +echo "your args: $@" \ No newline at end of file