Results 1 to 4 of 4
is there any way to write a certain script that outputs a rhythm of error peeps (sure i mean to hear the error peeps not an error message)
Thanks...
- 04-24-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 2
Giving sound peeps
is there any way to write a certain script that outputs a rhythm of error peeps (sure i mean to hear the error peeps not an error message)
Thanks
- 04-24-2007 #2Linux Enthusiast
- Join Date
- Aug 2006
- Posts
- 631
This gives a beep:
RegardsCode:printf "\a"
- 04-25-2007 #3Just Joined!
- Join Date
- Apr 2007
- Posts
- 2
under which scripting language?
- 04-25-2007 #4Linux Enthusiast
- Join Date
- Aug 2006
- Posts
- 631
You can use it in Bash scripts.
Regards


Reply With Quote