diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2021-02-19 16:14:08 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2021-02-19 16:14:08 -0300 |
commit | d2d12680f7b81d4a5655759e8f25d5941a9589c8 (patch) | |
tree | 629c7f3152d7aafd7b2465d7e696716b3581eb9d /urlsave | |
parent | 835d41f2cd5eafbbd5ff92eae66b1a0d91c5547b (diff) | |
download | scripts-d2d12680f7b81d4a5655759e8f25d5941a9589c8.tar.gz scripts-d2d12680f7b81d4a5655759e8f25d5941a9589c8.tar.bz2 |
Feat: adds urlssave
Diffstat (limited to 'urlsave')
-rwxr-xr-x | urlsave | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,4 +17,5 @@ if [ -z "$URLFILE" ] || [ ! -e "$URLFILE" ]; then fi # Dispatch +echo "" >> $URLFILE urlinfo $* >> $URLFILE |