select 94 B

123456789
  1. #!/bin/sh
  2. if [ "$1" = '' ]
  3. then
  4. echo "File to play not given" >&2
  5. else
  6. echo "file://$1"
  7. fi