nix-book/source/shebangs/bash-with-nix-pkg/my-script.sh
Amy de Buitléir db6fb2e69c initial commit
2023-06-13 21:14:07 +01:00

3 lines
84 B
Bash
Executable file

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