From 4f9509b7fe0e345f5d8fa7540adba45b1a363f81 Mon Sep 17 00:00:00 2001 From: epoch Date: Sun, 15 Nov 2020 19:11:16 -0600 Subject: added unshorten.sh which attempts to unshorten shortened URLs. and data_handler... no comment. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7809a59..1f3ccd2 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3