source: gutenbach/debian/lib/volume-get @ 83733c9

debianmacno-cupsnodebathenaweb
Last change on this file since 83733c9 was 83733c9, checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago

Add all of the other stuff.o
Signed-off-by: root <root@…>

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