blob: 61b44d9ec4bc28306d3c7855ea15d5546a4b6d43 [file] [log] [blame]
#!/bin/sh
if [ "$1" == "0" ]; then
echo "wlan0"
elif [ "$1" == "1" ]; then
echo "tether"
else
exit 1
fi