nix-book/source/recipes/nixpkgs-pkg/shebang/my-script.sh
2023-11-28 16:13:05 +00:00

4 lines
100 B
Bash
Executable file

#! /usr/bin/env nix-shell
#! nix-shell -i bash -p "[hello cowsay]"
hello
cowsay "Pretty cool, huh?"