diff options
Diffstat (limited to 'src/dirty_hack')
| -rwxr-xr-x | src/dirty_hack | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/dirty_hack b/src/dirty_hack deleted file mode 100755 index 67691a3..0000000 --- a/src/dirty_hack +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env zsh - -mmcli -m any --location-get | # get location from modem manager -grep "long\|lat\|alt" | # select only relevant lines -cut -d':' -f2 | # remove colons, -cut -d' ' -f2 | # and leading spaces -tr '\n' ',' | # csv-esque -cut -d',' -f1-3 # remove unwanted newline
\ No newline at end of file |
