It is worth Windows. I run git bash. each time you start, you need to go to a specific directory. I do not want to type with my hands.
I tried to write a script
#!/bin/sh cd /d/Coding/Angry_coders/Repository ECHO 'hi'
at startup. hi outputs and cd does not.
pwd
and make sure everything goes correctly in the command shell instance that executes the shell script. - gecube