home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / OpenLinux 2.3 CD.iso / live / usr / bin / play < prev    next >
Encoding:
Text File  |  1999-08-10  |  49 b   |  4 lines

  1. #!/bin/sh
  2.  
  3. /usr/bin/sox $1 -t .au - > /dev/audio
  4.