blob: b23f8990d2f22196c209bf97ecc52a75bce263d1 [file] [log] [blame]
#!/bin/sh
set -e
password=$(cat "$1")
apple_id=$(cat "$2")
team_id=$(cat "$3")
shift 3
exec "$@" --password "$password" --apple-id "$apple_id" --team-id "$team_id"