This is a demo repo for the workflow developers. Suppose it runs a very "complicated" program, which captures the arguments from the command line, displays them in the standard output, and do an word count if the input file exist. In the real case, the developers can simply replace the script with their own program. In case they need more options, they can take the demo script as an example to add more optional arguments in their program.
Data structure of this repo
-
complicated_program.sh
, an executable script to run the user's program
Usage
Replace complicated_program.sh
with your own script. It could be a bash, a python, or any other executable script. You can also consider putting your own script into this script as it will be called by the wrapper by defualt.