zachary-foster / qsubmitter

An R package to submit arbitrary jobs to a remote SGE cluster
2 stars 1 forks source link

ssh_command: use `system2` `input` argument to run multiple commands #2

Open zachary-foster opened 8 years ago

zachary-foster commented 8 years ago

use system2 input argument to run multiple commands instead of doing multiple ssh calls. Or, commands could be separated by ;