From 12d51346e1d6488ac01e82412bb00024ab654054 Mon Sep 17 00:00:00 2001 From: User Date: Sun, 1 Nov 2020 21:27:01 +0000 Subject: [PATCH] start test file --- test.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test.sh diff --git a/test.sh b/test.sh new file mode 100644 index 0000000..cb64a55 --- /dev/null +++ b/test.sh @@ -0,0 +1,3 @@ +#!/bin/bash +urls=$(grep -E 'http[^`]+' gui -o) +echo $urls