I have an interesting puzzle to solve.
We use "Git for Windows" and "Git Extensions" for our source code control.
Those install MinGW64 and Cygwin so that they have a very Linux-like environment available to them.
I want to write some hooks and additional utilities, but I don't want to write them as Bash scripts --- not when I have TCC and Take Command available!
Enter the "Shebang!" line...
For those who are not Linux or Unix jockeys, Bash follows the convention that -- as long as the...
Read more
We use "Git for Windows" and "Git Extensions" for our source code control.
Those install MinGW64 and Cygwin so that they have a very Linux-like environment available to them.
I want to write some hooks and additional utilities, but I don't want to write them as Bash scripts --- not when I have TCC and Take Command available!
Enter the "Shebang!" line...
For those who are not Linux or Unix jockeys, Bash follows the convention that -- as long as the...
Read more