summarylogtreecommitdiffstats
path: root/ibootpatcher.sh
blob: fef291a6590827d559436317b512d647714293b1 (plain)
1
2
3
4
5
6
7
#!/bin/sh

cd /usr/lib/ipwndfu
python2 ibootpatcher "$@"

# vim: ts=2 sw=2 et: