Add shebang-patcher script

This commit is contained in:
coolneng 2022-09-09 19:18:56 +02:00
parent cfafac3cae
commit d0d686b472
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/sh
sed "s/#!\/bin\/bash/#!\/usr\/bin\/env bash/" -i "$1"