16 lines
242 B
Plaintext
16 lines
242 B
Plaintext
==================
|
|
nix-shell with a bash payload
|
|
==================
|
|
|
|
#!/usr/bin/env nix-shell
|
|
#!nix-shell -i bash
|
|
echo "hello, world!"
|
|
---
|
|
|
|
(source_file
|
|
(first_line)
|
|
(next_line
|
|
(annotation_line
|
|
(nix_shell_args)))
|
|
(next_line))
|