grisu / gricli

Grisu commandline client
7 stars 2 forks source link

wait job from shell #170

Closed sina-masoud-ansari closed 13 years ago

sina-masoud-ansari commented 13 years ago

I remember being told wait job is scripts only. Is that still correct and if so can we have a way to do this from the shell? eg submit wait ?

makkus commented 13 years ago

gricli wait and shell wait are 2 different commands.

Gricli wait waits for job to finish. Shell wait just waits a certain amount of time. Don't think Gricli wait relies on being executed in a script, but it does only make limited sense to use it in non-scripted environment. At least I can't think of a situation where I'd use it...

sina-masoud-ansari commented 13 years ago

Yeah no, wait job works fine from the gricli shell, that's what I was after. Cheers