14 lines
209 B
Forth
14 lines
209 B
Forth
\ Spinix startup file
|
|
cd /forth
|
|
include bye.fth
|
|
include see.fth
|
|
include linux.fth
|
|
include procarg.fth
|
|
hostcwd zcount cd-path
|
|
1 process-arg
|
|
2 process-arg
|
|
3 process-arg
|
|
4 process-arg
|
|
5 process-arg
|
|
6 process-arg
|