a663085069
I'm on NixOS, so awk isn't in /usr/bin. I can search for it with /usr/bin/env, but then I can't use -f in the shebang line.
4 lines
137 B
Plaintext
Executable File
4 lines
137 B
Plaintext
Executable File
#!/usr/bin/env true
|
|
true will processed the contents of this script, but that
|
|
means that nothing will happen and the script will exit 0
|