c3c9c40157
FossilOrigin-Name: 817b050cd42020eed1d5604da2998d04c13c698f69070b43f801d1606f6e3aef
13 lines
168 B
Forth
Executable file
13 lines
168 B
Forth
Executable file
#!/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
|
|
~~~
|
|
|