Accept a name for dl and include starter script file
[khome.git] / home / bin / vol_dec
CommitLineData
187073f4
SK
1#! /bin/sh
2
3if [ "$1" != "" ]
4then
5 value="$1"
6else
7 value=5
8fi
9
10$HOME/bin/vol_set "-${value}%"
This page took 0.113451 seconds and 4 git commands to generate.