source: gutenbach-remctl/volume-get @ 5c45626

debianmacno-cupsweb
Last change on this file since 5c45626 was 5c45626, 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.