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:
427 bytes
|
Rev | Line | |
---|
[c7b9feb] | 1 | #!/bin/bash |
---|
| 2 | PATH="$(dirname $0):$PATH" |
---|
| 3 | cat <<EOF |
---|
| 4 | Usage: remctl zsr.mit.edu <command> <subcommand> [..args..] |
---|
| 5 | Commands: |
---|
| 6 | volume up - increment volume |
---|
| 7 | volume down - decrement volume |
---|
| 8 | volume get - get volume |
---|
| 9 | volume set [vol] - set volume, in range 0..31 |
---|
| 10 | volume mute - zero volume |
---|
| 11 | volume help, |
---|
| 12 | help <anything> - print this help |
---|
| 13 | |
---|
| 14 | 'v', 'u', 'd' abbreviate 'volume', 'up', 'down' respectively. |
---|
| 15 | EOF |
---|
Note: See
TracBrowser
for help on using the repository browser.