source: gutenbach-remctl/volume-down @ 6bb3ffb

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

Add the directory where the source is to the path for all scripts.

  • Property mode set to 100755
File size: 77 bytes
RevLine 
[5c45626]1#!/bin/sh
[6bb3ffb]2PATH="$(dirname $0):$PATH"
[5c45626]3volume-set . $(( $(volume-get .) - 1 ))
Note: See TracBrowser for help on using the repository browser.