CoBrALab / qbatch

The Unlicense
27 stars 13 forks source link

commands submitted to SGE/PBS also get executed locally #143

Closed bcdarwin closed 7 years ago

bcdarwin commented 7 years ago

e.g.,

$ echo "echo hello" | qbatch -
Your job 2038489 ("STDIN") has been submitted
hello

fixed in 318bdd4.

gdevenyi commented 7 years ago

I saw, thanks :)