From 6fae25b305d714b3ab7608fa003f1af9bf024545 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Tue, 14 Feb 2023 13:33:23 +0800 Subject: Rename tools into bin --- tools/osm/osm.api.changeset.update | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 tools/osm/osm.api.changeset.update (limited to 'tools/osm/osm.api.changeset.update') diff --git a/tools/osm/osm.api.changeset.update b/tools/osm/osm.api.changeset.update deleted file mode 100755 index 7267449..0000000 --- a/tools/osm/osm.api.changeset.update +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -ID=${1:-$(cat /tmp/changeset 2>/dev/null)} -[ -z $ID ] && echo Please specify Changeset ID && exit 1 - -read -e -p 'Type comment: ' -r comment " | \ -curl -X PUT -u $OSM_USER_PASSWD -i -T - $OSM_API/changeset/$1 -- cgit v1.2.3-70-g09d2