Skip to content

Instantly share code, notes, and snippets.

@GHsubroto
GHsubroto / rPi3-ap-setup.sh
Created August 5, 2016 12:39 — forked from Lewiscowles1986/rPi3-ap-setup.sh
Raspberry Pi 3 access-point-setup
#!/bin/bash
if [ "$EUID" -ne 0 ]
then echo "Must be root"
exit
fi
if [[ $# -ne 1 ]];
then echo "You need to pass a password!"
echo "Usage:"