Changeset 8ed9a02 for gutenbach-remctl/volume-set
- Timestamp:
- Jun 24, 2010, 12:50:25 AM (14 years ago)
- Branches:
- master, debian, mac, no-cups, web
- Children:
- 436e901
- Parents:
- 9f011cf
- git-author:
- Alex Dehnert <adehnert@…> (10/11/09 03:25:45)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (06/24/10 00:50:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach-remctl/volume-set
r9f011cf r8ed9a02 1 1 #!/bin/sh 2 2 PATH="$(dirname $0):$PATH" 3 class=$(sipbmp3-get-config zephyr-class)4 host=$(sipbmp3-get-config host)5 queue=$(sipbmp3-get-config queue)6 instance="$queue-volume@$host"7 3 8 4 mixer=$(sipbmp3-get-config mixer) … … 12 8 | perl -lne 'print $1 if (/: Playback ([0-9]+)/)' 13 9 14 zwrite -c $class -i $instance -d -n -m "$REMOTE_USER set volume to $(volume-get)" > /dev/null 10 volume-zephyr
Note: See TracChangeset
for help on using the changeset viewer.