Skip to content

Instantly share code, notes, and snippets.

View madeindjs's full-sized avatar
💩

Alexandre Rousseau madeindjs

💩
View GitHub Profile
/*
Simple program to print out available wifi networks
Taken from http://stackoverflow.com/a/16752895/141084
To build & run:
sudo apt-get install libiw-dev
gcc -liw test.c