diff options
Diffstat (limited to 'client/Scire.pm')
-rw-r--r-- | client/Scire.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/Scire.pm b/client/Scire.pm index 2275a87..455c8b1 100644 --- a/client/Scire.pm +++ b/client/Scire.pm @@ -33,6 +33,11 @@ sub load_jobfile { } } +sub run { + my ($self, $outfile, $errfile) = @_; + +} + package Scire::Communicator; use IPC::Open2 (open2); |