#!/bin/bash POSTDATA=dummy if [ "$1" == "--force" ]; then POSTDATA=force=1 fi curl -s -d $POSTDATA --user "$(