vsoch / scif

scientific filesystem: a filesystem organization for scientific software and metadata
https://sci-f.github.io/
Mozilla Public License 2.0
30 stars 13 forks source link

Fix parsing of additional arguments to run #26

Closed vsoch closed 6 years ago

vsoch commented 6 years ago

Given a run command with additional arguments, they should be passed on. This fix will handle that by treating the run similarly to the exec, except minus the main executable (which is the runscript)