1
0
mirror of https://github.com/bennofs/nix-script synced 2025-01-09 12:29:51 +01:00
nix-script/example.sh
2015-09-11 06:19:03 +02:00

8 lines
112 B
Bash
Executable File

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