Am 31.03.20 um 05:00 schrieb Patrick Shanahan:
* Patrick Shanahan <paka@opensuse.org> [03-30-20 22:54]: [...]
and the following is better: count=0 date=$(date '+%Y-%m-%d %H:%M:%S') ; while : ; \ do distrowatch.sh ; count=`expr $count + 1` ; \ echo $count $date ; sleep 100; done
that should be: count=0; while : ; do distrowatch.sh ; count=`expr $count + 1` ; \ date=$(date '+%Y-%m-%d %H:%M:%S') ; echo $count $date ; sleep 100; done
Can you please stop posting fraud instructions? I think it's understood that the numbers are meaningless, so stop making it worse. Let's face it: openSUSE is not the hippest distribution and not the freshest. So go out and tell the world the benefits of openSUSE. No one will go and try openSUSE because it ranks higher in page counts that script kiddie Patrick faked. Greetings, Stephan -- Lighten up, just enjoy life, smile more, laugh more, and don't get so worked up about things. Kenneth Branagh -- To unsubscribe, e-mail: opensuse-project+unsubscribe@opensuse.org To contact the owner, email: opensuse-project+owner@opensuse.org