File: play.sh

package info (click to toggle)
xpuzzles 7.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 14,208 kB
  • sloc: ansic: 94,274; makefile: 7,477; sh: 3,221
file content (7 lines) | stat: -rwxr-xr-x 120 bytes parent folder | download | duplicates (76)
1
2
3
4
5
6
7
#!/bin/sh
#echo $1
if test -c /dev/audio; then
  cat $1 > /dev/audio
elif test -c /dev/dsp; then
  cat $1 > /dev/dsp
fi