diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-06 20:45:18 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-06 20:45:18 +0530 |
commit | b23942399870baeae376c6c9c59defd99c0e9d53 (patch) | |
tree | e8587011933263d81b2bb01e1bb60925e253b8d0 /get_paths.sh | |
parent | 91c9685c00eb1273fdfb32db7fd63adafcbeb25a (diff) |
move to scripts/
Diffstat (limited to 'get_paths.sh')
-rwxr-xr-x | get_paths.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/get_paths.sh b/get_paths.sh deleted file mode 100755 index b62cefc..0000000 --- a/get_paths.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -cat $1 | grep "<project " | grep -o 'path="[^"]*"' | sed 's/path="//g' | sed 's/"//g' |