Files
tree-sitter-nix-shell/corpus/payload.txt
2023-07-04 09:06:08 +00:00

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))