This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
for i in {1..2} | |
do | |
( speaker-test -t sine -f 1000 )& pid=$! ; sleep 0.1s ; kill -9 $pid | |
sleep 0.5s | |
done | |
sleep 2s | |
( speaker-test -t sine -f 1000 )& pid=$! ; sleep 0.3s ; kill -9 $pid |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am pedrxd on github. | |
* I am rmruiz_ (https://keybase.io/rmruiz_) on keybase. | |
* I have a public key ASABkxGmWlMuaEDPlJf9jPZE_MY5_Ao1HE7nArqovhz4xAo | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Screenshot of desktopToRGB |