dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit d1c6a52e7a30c2a76d0775590377639195c34162
parent c68c8eaf665263f8ac075f4d7c152785ab990b63
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 25 Feb 2021 16:51:29 +0000

quick volume change

Diffstat:
Abin/bin/vol | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/bin/bin/vol b/bin/bin/vol @@ -0,0 +1,4 @@ +#!/bin/sh +perc=$1 + +amixer set Master ${perc}%