diff options
Diffstat (limited to 'bin/uri')
-rwxr-xr-x | bin/uri | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -32,7 +32,8 @@ sub help($fh) { Encode the URL: - $ echo 'https://euandre.org' | uri + $ echo "https://euandre.org/?q=$(printf '%s' 'a param' | uri)" + https://euandre.org/?q=a%20param Decode the content from the file: |