mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-10-31 19:04:43 +00:00
7 lines
201 B
Bash
Executable File
7 lines
201 B
Bash
Executable File
#!/bin/sh
|
|
# small tool to dump all screens of a block-file
|
|
# on screen. Used to create source files for git/fossil
|
|
# checkin. Depends on GNU-Forth (gforth)
|
|
|
|
gforth -e "use ${1} require dumpblock.fth"
|