diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-06 20:41:29 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-06 20:41:29 +0530 |
commit | 65a385a2c76c1bfc7cf8f43082edd18cb1192669 (patch) | |
tree | 75b81dff5e1f3068cfa064f9a69dc7c19cf74681 /get_paths.sh | |
parent | 3cf2585839b0988d83187b94e9fdea69eda02f75 (diff) |
add scripts
Diffstat (limited to 'get_paths.sh')
-rwxr-xr-x | get_paths.sh | 3 |
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' |