Rockbox Development > Starting Development and Compiling
Windows Shortcut to Cygwin Shell script
digerati1338:
I figured it out. It is actually really simple. I just looked at the batch file that starts cygwin, and modified the line that calls bash to automatically load a file, and close when done.I replaced this:
--- Code: ---bash --login -i
--- End code ---
With this:
--- Code: ---bash --login -i -c /home/Mike/BuildScript
--- End code ---
This -c option will work with any command or shell script in cygwin. Thanks for the help.
Navigation
[0] Message Index
[*] Previous page
Go to full version