compiled old sources, compile.sh

This commit is contained in:
Christoph J. Scherr 2022-11-24 21:24:18 +01:00
parent 3cdbd4878d
commit a37103e1fc
30 changed files with 2 additions and 0 deletions

BIN
bin/7-teiler Executable file

Binary file not shown.

BIN
bin/7teiler Executable file

Binary file not shown.

BIN
bin/adder Executable file

Binary file not shown.

BIN
bin/args Executable file

Binary file not shown.

BIN
bin/ascii Executable file

Binary file not shown.

BIN
bin/calculator Executable file

Binary file not shown.

BIN
bin/callreference Executable file

Binary file not shown.

BIN
bin/complex Executable file

Binary file not shown.

BIN
bin/echo Executable file

Binary file not shown.

BIN
bin/echochar Executable file

Binary file not shown.

BIN
bin/euler Executable file

Binary file not shown.

BIN
bin/factorial Executable file

Binary file not shown.

BIN
bin/fread Executable file

Binary file not shown.

BIN
bin/hello-world Executable file

Binary file not shown.

BIN
bin/options Executable file

Binary file not shown.

BIN
bin/pointer-arithmetic Executable file

Binary file not shown.

BIN
bin/pointermagic Executable file

Binary file not shown.

BIN
bin/primenumbers Executable file

Binary file not shown.

BIN
bin/quersumme Executable file

Binary file not shown.

BIN
bin/readfile Executable file

Binary file not shown.

BIN
bin/redefinition Executable file

Binary file not shown.

BIN
bin/redefinition-if Executable file

Binary file not shown.

BIN
bin/scnaf-hex-test Executable file

Binary file not shown.

BIN
bin/signed-to-unsigned Executable file

Binary file not shown.

BIN
bin/sizeofs Executable file

Binary file not shown.

BIN
bin/sum Executable file

Binary file not shown.

BIN
bin/tabtest Executable file

Binary file not shown.

BIN
bin/umlaut Executable file

Binary file not shown.

BIN
bin/unary-double-not Executable file

Binary file not shown.

2
compile-all.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
for file in $(/bin/ls); do ./compile.sh $file; done