summarylogtreecommitdiffstats
path: root/ibootpatcher.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ibootpatcher.sh')
-rw-r--r--ibootpatcher.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/ibootpatcher.sh b/ibootpatcher.sh
new file mode 100644
index 000000000000..fef291a65908
--- /dev/null
+++ b/ibootpatcher.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+cd /usr/lib/ipwndfu
+python2 ibootpatcher "$@"
+
+# vim: ts=2 sw=2 et:
+