summaryrefslogtreecommitdiffstats
path: root/docker/idevicerestore.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/idevicerestore.sh')
-rwxr-xr-xdocker/idevicerestore.sh7
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 "$@"
+