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

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

# vim: ts=2 sw=2 et: