|
|
|
|
|
by rasguanabana
2335 days ago
|
|
It’s a real pain to handle subprocesses in Python. If you need to automate certain command based workflows, Bash scripts are much easier, both to write and read, until they reach certain size. At my previous job it was a daily task and scripts involved tricky stuff related with Subversion, Git and builds (complex CI/CD, generally). The problem is that very few people know shell scripting well, but once you get to know it, it’s not that bad, in quite specific cases. Always use Shellcheck, though. |
|