VolksForth/tools/dumpblock.sh

7 lines
201 B
Bash
Raw Permalink Normal View History

2017-04-23 22:25:49 +00:00
#!/bin/sh
# small tool to dump all screens of a block-file
# on screen. Used to create source files for git/fossil
2017-04-23 22:25:49 +00:00
# checkin. Depends on GNU-Forth (gforth)
gforth -e "use ${1} require dumpblock.fth"