mirror of
https://github.com/libimobiledevice/idevicerestore.git
synced 2026-03-18 19:52:26 +00:00
8 lines
52 B
Bash
Executable File
8 lines
52 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
usbmuxd &
|
|
|
|
idevicerestore "$@"
|
|
|