Posted in Bash CLI CMD Powershell Python

Beep

Bash echo -en ‘\007’ echo -en ‘\a’ Batch rundll32.exe cmdext.dll,MessageBeepStub Powershell [System.Media.SystemSounds]::Beep.Play() Python print(‘\a’) print(‘\007’)