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
| while(true) do if( curl http://www.iwt.be/nieuws/feed/92 2> /dev/null | grep "Dec 2010" ); then amixer sset Master,0 80%,80%; curl http://www.wavsource.com/snds_2010-11-21_1584521671331348/video_games/duke/make_day.wav > alert.wav; mpg123 alert.wav; break; fi; sleep 2; done |
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
| (presentation :output "foo.pdf" :width 1024 :height 768 | |
| (slide | |
| (title "foo") | |
| (image "foo.png" :width 200 :height 200 :caption "A typical foo.")) | |
| (slide | |
| (title "bar") | |
| (ulist | |
| "test 1" | |
| "test 2")) |
NewerOlder