This commit is contained in:
Kartik Agaram 2019-09-04 17:36:12 -07:00
parent c2d60fbe87
commit 531f14c973
2 changed files with 4 additions and 0 deletions

View File

@ -28,3 +28,5 @@ cat a.assort |apps/pack > a.pack
cat a.pack |apps/survey > a.survey
cat a.survey |apps/hex > a.elf
chmod +x a.elf

View File

@ -35,3 +35,5 @@ cat a.pack |./subx_bin run apps/survey > a.survey
echo " hex"
cat a.survey |./subx_bin run apps/hex > a.elf
chmod +x a.elf