dotfiles/scripts/.local/share/scripts/shebang-patcher

4 lines
65 B
Plaintext
Raw Normal View History

2022-09-09 19:18:56 +02:00
#!/bin/sh
sed "s/#!\/bin\/bash/#!\/usr\/bin\/env bash/" -i "$1"