mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2025-12-28 01:05:02 +08:00
3 lines
84 B
Bash
Executable file
3 lines
84 B
Bash
Executable file
#! /usr/bin/env nix-shell
|
|
#! nix-shell -i bash -p cowsay
|
|
cowsay "Pretty cool, huh?"
|