mirror of
https://git.sr.ht/~crc_/retroforth
synced 2024-11-16 19:48:56 +01:00
update binary names in the examples
FossilOrigin-Name: 83176a62eb4acecad5cad6c2ecae921634f62a52df9dce86664bf526dce0079f
This commit is contained in:
parent
e55d0c27fa
commit
b1ac8cc7a3
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env rre
|
||||
#!/usr/bin/env retro
|
||||
|
||||
## Overview
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env rre
|
||||
#!/usr/bin/env retro
|
||||
|
||||
~~~
|
||||
#0 sys:argv [ s:put nl ] file:for-each-line
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env rre
|
||||
#!/usr/bin/env retro
|
||||
|
||||
This is a simple `echo` style example.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env rre
|
||||
#!/usr/bin/env retro
|
||||
|
||||
# tūporo: a gopher-based block store for retro
|
||||
|
||||
|
|
Loading…
Reference in a new issue