Add shebang-patcher script

This commit is contained in:
2022-09-09 19:18:56 +02:00
parent cfafac3cae
commit d0d686b472

View File

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