Handbook
Glossary
gopher-shell ( args -- )
Vocabulary
gopher
.
cli
Inputs
args
an
object
Outputs
None
Definition
USING:
arrays
io.files
io.files.temp
io.pipes
kernel
sequences
splitting
;
IN:
gopher.cli
:
gopher-shell
( args -- )
"|"
split
"gopher.txt"
temp-file
dup
file-exists?
[
"cat"
swap
2array
prefix
run-pipeline
drop
]
[
2drop
]
if
;