diff options
Diffstat (limited to 'docker/idevicerestore.sh')
-rwxr-xr-x | docker/idevicerestore.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docker/idevicerestore.sh b/docker/idevicerestore.sh new file mode 100755 index 0000000..cc80fbf --- /dev/null +++ b/docker/idevicerestore.sh @@ -0,0 +1,7 @@ +#!/bin/bash +set -e + +usbmuxd & + +idevicerestore "$@" + |