Last active
March 12, 2016 01:41
-
-
Save mgttt/b4ba2bdb9bd01d174e5d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:; sh start_unix.sh; exit | |
call start_dos.bat | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
a small script to launch the program universally (auto judge os unix or windows/dos and call entry command), e.g. NWJS
the leading :; is the trick
p.s. not knowing any better "executable binary" to do the same, so for the official published version nwjs software, two seperate entry binary might be needed..