mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-01 11:00:56 +11:00
adea75e50a
I'm pretty happy about how lightweight the implementation turns out to be.
3 lines
110 B
Bash
Executable File
3 lines
110 B
Bash
Executable File
#!/bin/sh
|
|
echo -e "50 LOAD H@ ORG !\n$(cat -)\nORG @ 256 /MOD 2 PC! 2 PC! H@ 256 /MOD 2 PC! 2 PC! " | ./stage
|