source: remctl/lib/gutenbach/volume-help @ 9c0279e

debianmacno-cupsweb
Last change on this file since 9c0279e was 9c0279e, checked in by Jessica B. Hamrick <jhamrick@…>, 14 years ago

Create Makefiles and fix install scripts.

  • 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.