Shell Script Guidelines

Use Shell scripts only for simple programs. Generally speaking, Python should be used, if a complex loop is required or more than one argument needs to be passed to the program.