OpenBSD cuckoo clock alarm
Loading...
861
views
Loading...
Uploader Comments (ivanzdimitrov)
see all
All Comments (19)
-
@739199 WHAT SORCERY IS THIS?
-
this is a nice clock :D
-
е таквоз нещо не бях виждал............луд си, ей :))))))
Loading...
Hi nice script! is this BSD Licensed ?
pmpcaetano 2 months ago
@pmpcaetano Тhere is no way such a thing to be licensed in any way :D
ivanzdimitrov 2 months ago
I'm fairly new to BSD and GNU/Linux systems, you started typing a command and it filled out the nearest possibility. What key did you press?
739199 2 months ago
@739199
TAB key.
ivanzdimitrov 2 months ago
how can I get that program?
mcfuson37 5 months ago
@mcfuson37
very simple script.
example:
#!/bin/sh
count=0
max=5
while [[ $count -lt $max ]]
do eject /dev/rcd0c aucat -i /home/user/audio/cuckoo.wav eject -t /dev/rcd0c count=$((count + 1))
done
ivanzdimitrov 5 months ago