Closed taviso closed 2 years ago
I think {WAIT} isn't working right, I think this is supposed to pause 10 seconds, then enter the string "hello" but it never completes for me:
{WAIT}
123 -e '{WAIT @NOW+@TIME(0,0,10)}hello'
I think the bug is that I should be doing LOTUS_OS_ENV=systemv, not LOTUS_OS_ENV=xenix, then it should work correctly.
LOTUS_OS_ENV=systemv
LOTUS_OS_ENV=xenix
I think
{WAIT}
isn't working right, I think this is supposed to pause 10 seconds, then enter the string "hello" but it never completes for me: