VisTrails / tej

Trivial Extensible Job-submission -- a simple (no setup on the server) but extensible (in case you need scheduling/queueing) job submission mechanism in Python
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

[WIP] allow commands as tasks #20

Closed JosuaKrause closed 7 years ago

JosuaKrause commented 7 years ago

Allows to submit a command instead of a script filename.

remram44 commented 7 years ago

I like this!

remram44 commented 7 years ago

For some weird reason, the output is "hi", not hi. This is likely caused by escaping.