Both the Windows and Linux operating systems include applications that would be useful for either operating system. Unfortunately, to use Linux programs in Windows, you would typically need to find ...
There are a few possible answers to this, but in the particular case where one shell script calls another program or script at the end, the answer is easy. Use exec: #!/bin/bash # Do stuff here ... # ...