summarylogtreecommitdiffstats
path: root/ibootpatcher.sh
diff options
context:
space:
mode:
authorJonas Heinrich2019-10-10 16:16:31 +0200
committerJonas Heinrich2019-10-10 16:16:31 +0200
commit2e6f9d1fa8bdf4a4e853591a6368f1d44e882200 (patch)
treea01fb0d3b426ced0465e5a9d59f260cf7ab5fda2 /ibootpatcher.sh
downloadaur-ipwndfu-linushenze-git.tar.gz
first commit
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:
+