14 lines
168 B
Forth
14 lines
168 B
Forth
|
#!/usr/bin/env retro
|
||
|
|
||
|
This will delete the file specified on the command
|
||
|
line.
|
||
|
|
||
|
Example:
|
||
|
|
||
|
./delete-file.retro /tmp/foo
|
||
|
|
||
|
~~~
|
||
|
#0 script:get-argument file:delete
|
||
|
~~~
|
||
|
|