D
Deleted member 63539
Guest
Porting a software from Linux (for personal use, not planned to put it in ports). Should I just create a symlink or fix their shell scripts? There are too many of them to edit by hand. Someone with scripting skills please help me writing a script to convert all of these #!/bin/bash to #!/usr/bin/env bash. I think it will involve sed or awk, and I don't want to deal with both of them. Thank you very much.