Dear visitor, welcome to Dreamboard. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
This post has been edited 1 times, last edit by "Regloh" (Sep 3rd 2007, 8:18pm)
Quoted
Original von floh
Wenn man einen 'wiederholenden' Timer programmiert, wird einem doch angezeigt, an welchem Tag dieser das erste mal aufnimmt.
Hast du das kontrolliert?
This post has been edited 1 times, last edit by "DLH007" (Sep 3rd 2007, 11:13pm)
This post has been edited 5 times, last edit by "SadButTrue" (Sep 4th 2007, 9:20am)
|
|
Source code |
1 2 3 4 5 6 |
#!/bin/sh while [ 1 ] do echo "i love my dreams!!!" sleep 1 done |