source: sipbmp3/debian/lib/volume-help @ c061ab8

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
Line 
1#!/bin/bash
2PATH="$(dirname $0):$PATH"
3cat <<EOF
4Usage: remctl zsr.mit.edu <command> <subcommand> [..args..]
5Commands:
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.
15EOF
Note: See TracBrowser for help on using the repository browser.