View Single Post
Old 05-26-2013, 11:59 AM   #1
xC0re
Junior Member
xC0re began at the beginning.
 
Posts: 4
Karma: 10
Join Date: May 2013
Device: Kobo Mini
[Bash] 'sleep' x becomes 'leep' x

Hello,

I just started to write small scripts for my Kobo Mini.
At some points I need the script to pause for a few seconds.
So I used the sleep command.
Unfortunately the scripts don't work as they should.
After every 'sleep' command I get the error: 'leep: invalid number '
Independent of the number I use.
So 'sleep 2' --> 'leep: invalid number '
'sleep 10' --> 'leep: invalid number '

Any ideas how I can solve this Problem or another way to pause a script for a few seconds?

Thanks

Last edited by xC0re; 05-26-2013 at 12:38 PM.
xC0re is offline   Reply With Quote