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 --- bin/osm/osm.api.changeset.create | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 bin/osm/osm.api.changeset.create (limited to 'bin/osm/osm.api.changeset.create') diff --git a/bin/osm/osm.api.changeset.create b/bin/osm/osm.api.changeset.create new file mode 100755 index 0000000..ab9fe85 --- /dev/null +++ b/bin/osm/osm.api.changeset.create @@ -0,0 +1,25 @@ +#!/bin/sh + +set -e + +read -e -p 'Type comment: ' -r comment /dev/tty +echo "changeset created, check $OSM_SERVER/changeset/$changeset_id" >/dev/tty +echo $changeset_id | tee /tmp/changeset && echo copied to /tmp/changeset -- cgit v1.2.3-70-g09d2