Debianization.
[dot-forward] / make-load.sh
1 echo 'main="$1"; shift'
2 echo exec "$LD" '-o "$main" "$main".o ${1+"$@"}'