source: sipbmp3/debian/lib/volume-get @ c061ab8

debianmacno-cupsnodebathenaweb
Last change on this file since c061ab8 was c061ab8, checked in by Jessica Hamrick <jhamrick@…>, 15 years ago

First working version of the sipbmp3 package.

  • Property mode set to 100755
File size: 121 bytes
Line 
1#!/bin/sh
2PATH="$(dirname $0):$PATH"
3amixer get Headphone \
4 | perl -lne 'print $1 if (/Front Left: Playback ([0-9]+)/)'
Note: See TracBrowser for help on using the repository browser.