Fix shebang breaking script on nixos

This commit is contained in:
Joey Hafner 2024-12-31 10:44:43 -08:00
parent 38a0430854
commit da179843ee
Signed by: Jafner
GPG Key ID: 6D9A24EF2F389E55
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
# Takes file path as first positional argument
# Takes encrypted file contents from /dev/stdin
# Outputs to stdout

View File

@ -1,4 +1,4 @@
#!/bin/bash
# Takes file path as $1
# Takes file contents from stdin
# Outputs to stdout