ableos-vfs/run.sh

11 lines
168 B
Bash
Raw Normal View History

2023-07-12 06:17:00 +00:00
# exit if anything fails
set -e
INPUT=$(realpath $1)
mkdir target
cd holey-bytes/hbasm
cat $INPUT | cargo run > ../../target/out
cd ../hbvm
cat ../../out | cargo run