1
0
mirror of https://github.com/bennofs/nix-script synced 2025-01-10 12:54:20 +01:00
nix-script/example.sh

7 lines
104 B
Bash
Raw Normal View History

2015-09-11 05:12:40 +02:00
#!/usr/bin/env nix-script
#!>zsh
#! nix | zsh
function a { echo "this is zsh!" }
a
echo "your args: $@"