home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 September - Disc 1 / PCNET_CD_2006_09.iso / linux / puppy-barebones-2.01r2.iso / pup_201.sfs / usr / local / WAG / manuwifi < prev    next >
Encoding:
Text File  |  2005-10-11  |  441 b   |  19 lines

  1. #!/bin/sh
  2.  
  3. # If the autowifi script isn't sufficient,
  4. # or you need to run random commands at random times
  5. # then place those commands here
  6. # they will be run whenever you press the custom button
  7.  
  8. # some templates are provided
  9. # uncomment them to use them
  10.  
  11. # WEP protected access
  12. # iwconfig wlan0 key *** essid *** mode managed channel **
  13.  
  14. # start broswer
  15. /usr/local/bin/mozstart &
  16.  
  17.  
  18. # you might want to add dhcpcd to force an IP or gateway
  19.