1 parent 5dd2956 commit 8732fdfCopy full SHA for 8732fdf
1 file changed
tldr.sh
@@ -11,4 +11,5 @@ out=$2
11
# Step 5: Profit!
12
13
# And this is where the magic happens:
14
-cat $in | uniq | grep -Eo '(http|https)://[^/"]+' | uniq > $out
+#cat $in | uniq | grep -Eo '(http|https)://[^/"]+' | uniq > $out
15
+cat $in | grep -Eo '(http|https)://[^/"]+' | uniq > $out
0 commit comments