home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
-
- # If the autowifi script isn't sufficient,
- # or you need to run random commands at random times
- # then place those commands here
- # they will be run whenever you press the custom button
-
- # some templates are provided
- # uncomment them to use them
-
- # WEP protected access
- # iwconfig wlan0 key *** essid *** mode managed channel **
-
- # start broswer
- /usr/local/bin/mozstart &
-
-
- # you might want to add dhcpcd to force an IP or gateway
-