aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--utils/osm.utils.sh (renamed from scripts/osm.utils.sh)3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/osm.utils.sh b/utils/osm.utils.sh
index 5a1fd91..928310d 100644
--- a/scripts/osm.utils.sh
+++ b/utils/osm.utils.sh
@@ -1,6 +1,7 @@
1FILENAME=$0
1 2
2osm.utils.edit() { 3osm.utils.edit() {
3 vim $HOME/git/settings/scripts/osm.utils.sh 4 vim $FILENAME
4} 5}
5 6
6OSM_API='https://api.openstreetmap.org/api/0.6' 7OSM_API='https://api.openstreetmap.org/api/0.6'