Add shebang-patcher script
This commit is contained in:
parent
cfafac3cae
commit
d0d686b472
3
scripts/.local/share/scripts/shebang-patcher
Executable file
3
scripts/.local/share/scripts/shebang-patcher
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
sed "s/#!\/bin\/bash/#!\/usr\/bin\/env bash/" -i "$1"
|
Loading…
Reference in New Issue
Block a user