#scripting in #bash is like having an advanced robot servant that only takes commands in an arcane language.

I can look up what ever i need to do from fantastic ressources with good explanations but the next time i look at it i have forgotten what everything does and i have to start over.

I find #Python much more readable/harder to forget. That is why i use #xonsh as my shell and Xonsh/Python for scripts if it's more than a sequence of commands.

#bash_script #python_script