Description: Executes a BASH command with a list of arguments. If the BASH command fails, the argument list is split in two parts and recursively executed again.
Parameter:
- cmd: BASH command
- argsA: Array of commands for the BASH command.
- tabAmount: Amount of identing to start with.
Returns:
- Recursive calls of the BASH command with error checking.
root
2015-09-06