Added some details

This commit is contained in:
2023-11-26 08:39:38 -05:00
parent 22582ca045
commit 839de441eb

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