Hacker News new | past | comments | ask | show | jobs | submit login

Up followed by return is too much work. Let's lighten the load:

    while true; do echo $RANDOM; read -p "Press [ENTER] to continue gambling."; done;
Actually, our pasty friend doesn't really need a job:

    while true; do echo $RANDOM; sleep 10; done;



Attention! carbocation did not type this code. His account was hacked and a programmer working for the internet mafia released this code using his stolen account to make him the unwitting fall guy.

carbolocation was with me all afternoon, we were at church working in the soup kitchen, feeding the poor. We did so anonymously because we believe people who take credit for charity work are ego-maniacal monsters.


    watch -n 10 'echo $RANDOM'


  while echo $RANDOM; do sleep 10; done




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: