summaryrefslogtreecommitdiff
path: root/compile_openring_args.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compile_openring_args.sh')
-rwxr-xr-xcompile_openring_args.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/compile_openring_args.sh b/compile_openring_args.sh
new file mode 100755
index 0000000..52d6660
--- /dev/null
+++ b/compile_openring_args.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+# Compile args string for openring from URLS file
+URLS=urls
+
+sed '/^$/d; s/^/-s /;' $URLS