frustration/build.sh
2022-05-21 23:05:40 -07:00

3 lines
120 B
Bash

(echo "Compiling..." ; rustc frustration.rs) || exit
echo "Forth is now running."
cat frustration.4th - | ./frustration