Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 643 Bytes

shell_terminals.rst

File metadata and controls

33 lines (25 loc) · 643 Bytes

Shell Pipelines

BatchQ comes with a number of predefined pipelines. Included in these are three shells, BashTerminal, SSHTerminal and SFTPTerminal, and one shell based class FileCommander.

Bash terminal

batchq.pipelines.shell.bash

SSH terminal

batchq.pipelines.shell.ssh

SFTP terminal

batchq.pipelines.shell.sftp

FileCommander

batchq.pipelines.shell.utils