source: gutenbach/debian/lib/volume-get @ 5dd3058

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

Actually implement channel configurability

  • Property mode set to 100755
File size: 160 bytes
RevLine 
[83733c9]1#!/bin/sh
[737d88b]2PATH="$(dirname $0):$PATH"
[5dd3058]3
4channel=$(sipbmp3-get-config channel)
5
6amixer get $channel \
[83733c9]7 | perl -lne 'print $1 if (/Front Left: Playback ([0-9]+)/)'
Note: See TracBrowser for help on using the repository browser.