diff options
author | epoch <epoch@hacking.allowed.org> | 2020-11-15 19:11:16 -0600 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2020-11-15 19:11:16 -0600 |
commit | 4f9509b7fe0e345f5d8fa7540adba45b1a363f81 (patch) | |
tree | 1c914753fc1f41debbe4ebc666dc521484fdd5f1 /Makefile | |
parent | 29ec2d6b6dccab65335be8bf203f0f139d876f97 (diff) | |
download | uritools-4f9509b7fe0e345f5d8fa7540adba45b1a363f81.tar.gz uritools-4f9509b7fe0e345f5d8fa7540adba45b1a363f81.zip |
added unshorten.sh which attempts to unshorten shortened URLs. and data_handler... no comment.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,3 +37,5 @@ install: all install -t $(PREFIX)/bin copy_start_nevermind.sh install -t $(PREFIX)/bin choose install -t $(PREFIX)/bin query_param + install -t $(PREFIX)/bin data_handler + install -t $(PREFIX)/bin unshorten.sh |