4 lines
75 B
Bash
4 lines
75 B
Bash
#!/usr/bin/env bash
|
|
# the shebang is ignored, but nice for editors
|
|
use nix
|
#!/usr/bin/env bash
|
|
# the shebang is ignored, but nice for editors
|
|
use nix
|