Skip to content

Instantly share code, notes, and snippets.

View sylvandb's full-sized avatar

sylvandb

  • Polymath Possibilities
  • wherever I be, there I am
View GitHub Profile
@sylvandb
sylvandb / eap-controller-pi.sh
Last active December 23, 2018 07:00
EAP Controller software on a raspberry pi. Full description: https://medium.com/@arthurgay/eap-controller-software-on-a-raspberry-pi-9e93ecd1672e.
#!/bin/bash
if [[ $EUID -ne 0 ]]; then
echo "This script must be run using sudo or as the root user."
exit 1
fi
echo "EAP Controller on Raspberry Pi"
echo "=============================="
echo "Author: Arthur Gay <[email protected]>"