Added some details

This commit is contained in:
Scott C. MacCallum 2023-11-26 08:39:38 -05:00
parent 22582ca045
commit 839de441eb
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,7 @@
#!/bin/ksh
# volume-down.ksh
# Soundcard volume up adjusting
# Copyright (c) 2022, Scott C. MacCallum (scm@sdf.org)
# All rights reserved.
@ -30,4 +32,3 @@
sndioctl output.level=-0.1
exit 0