@@ -0,0 +1 @@
+sudo apt-get install gforth -y
@@ -0,0 +1,5 @@
+IN="$(mktemp --suffix .f)"
+
+cat > "$IN"
+gforth "$IN" -e bye