arg howto

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

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

Loading…
Cancel
Save