#/bin/bash if [ -z "$1" ]; then echo "Usage: $0 " exit -1 fi if [ ! -f access_token ]; then echo "Place your access token in a file called access_token" exit -2 fi VERSION=$1 ACCESS_TOKEN=$(