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 / bin / fmradioshell < prev    next >
Encoding:
Text File  |  2004-04-10  |  142 b   |  10 lines

  1. #!/bin/sh
  2. #frontend for fmradio
  3.  
  4. lsmod | grep "videodev"
  5. if [ ! $? -eq 0 ];then #=0 found.
  6.  modprobe videodev
  7. fi
  8.  
  9. exec /usr/local/bin/fmradio
  10.