Compare commits

..

No commits in common. "34dd85127303437b973f9a59c5af1d1433e30933" and "6b4be3a5d285c7214af95be00bfc28124f76d9ea" have entirely different histories.

View File

@ -291,7 +291,7 @@ if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then #if '__name__' == '__main__'
verbose && echo "Detected -m or --mute"
mute
;;
-u|--unmute)
-u|--ummute)
verbose && echo "Detected -u or --unmute"
unmute
;;
@ -316,3 +316,4 @@ if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then #if '__name__' == '__main__'
;;
esac
fi