Skip to content

Instantly share code, notes, and snippets.

@Ryomasao
Last active April 29, 2017 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ryomasao/c58c215674b0c2e8e11f1c27a6c6d2b0 to your computer and use it in GitHub Desktop.
Save Ryomasao/c58c215674b0c2e8e11f1c27a6c6d2b0 to your computer and use it in GitHub Desktop.
'''
!/bin/bash
#キーボードとwifiドングルを交換してwifiドングルが認識されるまで余裕をもってまつ
sleep 40s
echo "lsusb ......................"
lsusb
echo "ifconfig ......................"
ifconfig
echo "iwconfig ......................"
iwconfig
echo "iwlist......................"
sudo iwlist scan|grep ESSID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment