diff options
Diffstat (limited to 'roms/openbios/forth/admin/script.fs')
-rw-r--r-- | roms/openbios/forth/admin/script.fs | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/roms/openbios/forth/admin/script.fs b/roms/openbios/forth/admin/script.fs new file mode 100644 index 000000000..a65adb207 --- /dev/null +++ b/roms/openbios/forth/admin/script.fs @@ -0,0 +1,16 @@ +\ 7.4.4.2 The script + +: nvedit ( -- ) + ; + +: nvstore ( -- ) + ; + +: nvquit ( -- ) + ; + +: nvrecover ( -- ) + ; + +: nvrun ( -- ) + ; |