From 866b6b773c1326d2b407f04c80aab3b43db02468 Mon Sep 17 00:00:00 2001 From: Cameron Cross Date: Thu, 2 Feb 2023 06:24:47 +1100 Subject: Add docker scripts to simplify setting up idevicerestore --- docker/idevicerestore.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 docker/idevicerestore.sh (limited to 'docker/idevicerestore.sh') 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 "$@" + -- cgit v1.1-32-gdbae