3 lines
73 B
Bash
3 lines
73 B
Bash
|
|
echo 'main="$1"; shift'
|
||
|
|
echo exec "$LD" '-o "$main" "$main".o ${1+"$@"}'
|