summaryrefslogtreecommitdiffhomepage
path: root/scripts/osm/osm.api.referenced.way
blob: b62ac58f71c2bd4f8c19b282cc093ff608bfca54 (plain)
1
2
3
    curl -X GET $OSM_API/node/$1/ways |\
    tee /tmp/osm &&\
    echo ways contain node $1 are copied into /tmp/osm > /dev/tty