summaryrefslogtreecommitdiff
path: root/scripts/get_paths.sh
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-12-06 20:45:18 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-12-06 20:45:18 +0530
commitb23942399870baeae376c6c9c59defd99c0e9d53 (patch)
treee8587011933263d81b2bb01e1bb60925e253b8d0 /scripts/get_paths.sh
parent91c9685c00eb1273fdfb32db7fd63adafcbeb25a (diff)
move to scripts/
Diffstat (limited to 'scripts/get_paths.sh')
-rwxr-xr-xscripts/get_paths.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/get_paths.sh b/scripts/get_paths.sh
new file mode 100755
index 0000000..b62cefc
--- /dev/null
+++ b/scripts/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'