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