https://sipb.mit.edu/doc/safe-shell/
nice to read about shell scripting. DON'T USE SHELL, USE PYTHON INSTEAD.
As mentioned in the article, you can use https://docs.python.org/2/library/subprocess.html or also PLUMBUM"Never write shell scripts again"
https://google.github.io/styleguide/shell.xml"Shell should only be used for small utilities or simple wrapper scripts. "
nice to read about shell scripting. DON'T USE SHELL, USE PYTHON INSTEAD.
As mentioned in the article, you can use https://docs.python.org/2/library/subprocess.html or also PLUMBUM"Never write shell scripts again"
https://google.github.io/styleguide/shell.xml"Shell should only be used for small utilities or simple wrapper scripts. "