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

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

# vim: ts=2 sw=2 et: