arg howto

pull/1/head
dvkt 4 years ago
parent 90364a6aa2
commit 7cfa272555

@ -26,12 +26,12 @@ For example:
$ cat echo.gph
#!/bin/sh
echo "iHi, world!"
echo "Hi, world! You said:" $1
Then:
$ gopher-client gopher://localhost/1/echo/
Hi, world!
$ gopher-client gopher://localhost/1/echo?something
Hi, world! You said: something
## usage

Loading…
Cancel
Save