debianmacno-cupsweb
|
Last change
on this file since 4c91fc6 was
6bb3ffb,
checked in by Jessica B. Hamrick <jhamrick@…>, 15 years ago
|
|
Add the directory where the source is to the path for all scripts.
|
-
Property mode set to
100755
|
|
File size:
427 bytes
|
| Line | |
|---|
| 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.