mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-01-24 23:47:12 +08:00
4 lines
100 B
Bash
Executable file
4 lines
100 B
Bash
Executable file
#! /usr/bin/env nix-shell
|
|
#! nix-shell -i bash -p "[hello cowsay]"
|
|
hello
|
|
cowsay "Pretty cool, huh?"
|