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