nightmaremail
Unnamed repository; edit this file 'description' to name the repository.
Log
|
Files
|
Refs
make-load.sh (77B)
1
echo 'main="$1"; shift'
2
echo exec "$LD" '-o "$main" "src/$main".o ${1+"$@"}'