diff --git a/scripts/.local/share/scripts/shebang-patcher b/scripts/.local/share/scripts/shebang-patcher new file mode 100755 index 0000000..e7661b8 --- /dev/null +++ b/scripts/.local/share/scripts/shebang-patcher @@ -0,0 +1,3 @@ +#!/bin/sh + +sed "s/#!\/bin\/bash/#!\/usr\/bin\/env bash/" -i "$1"