aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/osm/osm.api.referenced.way
blob: 1d842381846f7518fe237a2da40579b72691c0a2 (plain)
1
2
3
4
5
#!/bin/bash

curl -X GET $OSM_API/node/$1/ways |\
tee /tmp/osm &&\
echo ways contain node $1 are copied into /tmp/osm > /dev/tty