1#!/bin/bash 2 3killall hostapd 4killall webfsd 5 6cd ~/openwifi 7service network-manager stop 8./wgd.sh 9ifconfig sdr0 192.168.13.1 10route add default gw 192.168.10.1 11service isc-dhcp-server restart 12hostapd hostapd-openwifi.conf & 13sleep 5 14cd webserver 15webfsd -F -p 80 -f index.html & 16