1 # Just a quick hack to fix perl shebang.
2 # Really should this properly.
4 ${SED} -e "1d;2s?^?#\!$(which perl)?;2G" ~/bin/mr.in > ~/bin/mr
6 ${SED} -e "1d;2s?^?#\!$(which perl)?;2G" ~/bin/dircombine.in > ~/bin/dircombine
7 chmod +x ~/bin/dircombine