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 file path as first positional argument
|
||||||
# Takes encrypted file contents from /dev/stdin
|
# Takes encrypted file contents from /dev/stdin
|
||||||
# Outputs to stdout
|
# Outputs to stdout
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
|
||||||
# Takes file path as $1
|
# Takes file path as $1
|
||||||
# Takes file contents from stdin
|
# Takes file contents from stdin
|
||||||
# Outputs to stdout
|
# Outputs to stdout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user