This bash file is going to setup Access Point for raspberry pi
The default SSID and psk:
*SSID RaspAP
*PSK raspberrry
Change the name and psk with yours by change the ****
$nano /RaspAP/AP.sh
echo "ssid=****" >> /etc/hostapd/hostapd.conf
echo "wpa_passphrase=****" >> /etc/hostapd/hostapd.conf
$mkdir RaspAP
$cd RaspAP
$sudo apt-get install git
$git clone https://github.com/cmftom/RaspberryPiAP
$cd RaspberryPiAP
$chmod +x AP.sh
$sudo ./AP.sh
$sudo reboot now