4 lines
No EOL
101 B
Bash
4 lines
No EOL
101 B
Bash
gcc boot.c -o boot.elf &&
|
|
./boot.elf < $1 > $1.s
|
|
python3 transcript.py < $1.s > $1.html
|
|
rm boot.elf |