You need to write a small Python
string traversal.
In total we have 4 arguments: arg_1, arg_2, arg_3, arg_4
. They are always the same and have the format string
. A string of the form is transmitted: ['arg1', 'arg2', ...]
Arguments can always be different numbers - from 1 to 4, not more, but the arguments themselves are always the same and do not change values.
You need to pass all these arguments to the Bash
script.
string
format? Where does the string go? Pass arguments as, call some script with these arguments? - Flowneee/tmp/script.sh arg1 arg2
- Dofri