set -e file='launched.openfreedom.plist' url='https://launched.zerowidth.com/plists/a0ef98e0-718d-0139-30a9-61ae731e8372.xml' dir="$HOME/Library/LaunchAgents" echo "downloading $file..." mkdir -p "$dir" curl -fsS -o "$dir/$file" "$url" echo "installing $file..." launchctl load -w "$dir/$file"