Fix shebang breaking script on nixos
This commit is contained in:
parent
38a0430854
commit
da179843ee
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Takes file path as first positional argument
|
||||
# Takes encrypted file contents from /dev/stdin
|
||||
# Outputs to stdout
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Takes file path as $1
|
||||
# Takes file contents from stdin
|
||||
# Outputs to stdout
|
||||
|
Loading…
Reference in New Issue
Block a user