4 lines
65 B
Plaintext
4 lines
65 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
sed "s/#!\/bin\/bash/#!\/usr\/bin\/env bash/" -i "$1"
|