summaryrefslogtreecommitdiff
path: root/get_paths.sh
diff options
context:
space:
mode:
Diffstat (limited to 'get_paths.sh')
-rwxr-xr-xget_paths.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/get_paths.sh b/get_paths.sh
new file mode 100755
index 0000000..b62cefc
--- /dev/null
+++ b/get_paths.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+cat $1 | grep "<project " | grep -o 'path="[^"]*"' | sed 's/path="//g' | sed 's/"//g'