debianmacno-cupsweb
Last change
on this file since 30beeab was
30beeab,
checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago
|
Remove "gutenbach-" from directory names and rename "gutenbach" to "gutenbach-server"
|
-
Property mode set to
100755
|
File size:
427 bytes
|
Rev | Line | |
---|
[5c45626] | 1 | #!/bin/bash |
---|
[6bb3ffb] | 2 | PATH="$(dirname $0):$PATH" |
---|
[5c45626] | 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.