Extremely basic first crack at implementing djb's redo.
And a test program.
This commit is contained in:
commit
a51764c907
13 changed files with 305 additions and 0 deletions
6
LD.do
Normal file
6
LD.do
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
cat <<-EOF
|
||||
OUT="\$1"
|
||||
shift
|
||||
gcc -Wall -o "\$OUT" "\$@"
|
||||
EOF
|
||||
chmod a+x $3
|
||||
Loading…
Add table
Add a link
Reference in a new issue