1 parent 862c905 commit 22d23a3Copy full SHA for 22d23a3
1 file changed
tldr.sh
@@ -11,5 +11,4 @@ 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
15
-cat $in | grep -Eo '(http|https)://[^/"]+' | uniq > $out
+cat $in | uniq | grep -Eo '(http|https)://[^/"]+' | uniq > $out
0 commit comments