#!/usr/bin/env sh if [ "${TORSOCKS_TOR_ADDRESS}" ] then exec torsocks grab-site "$@" else exec grab-site "$@" fi