Skip to content

Instantly share code, notes, and snippets.

@simonmikkelsen
simonmikkelsen / getimg.sh
Created January 26, 2018 10:53
Download your own image from Mapillary
#!/bin/bash
if [ $# -lt 3 ]
then
echo "Usage: $0 email password imageKey"
exit
fi
email="$1"
shift
pass="$1"