setup/windows-installer/swc-windows-installer.sh: Convert script from Python to POSIX...
authorW. Trevor King <wking@tremily.us>
Mon, 13 Jan 2014 18:58:25 +0000 (10:58 -0800)
committerW. Trevor King <wking@tremily.us>
Mon, 13 Jan 2014 22:14:35 +0000 (14:14 -0800)
commit9d18c03fe994e9619bad99043cf749ea1b00a53f
tree4a35bc02f6b37b3810aeaf7ac9175312c8c179d9
parentc34afbe112e70db37bd6c95c92daaf25efae9c94
setup/windows-installer/swc-windows-installer.sh: Convert script from Python to POSIX shell

On Mon, Jan 13, 2014 at 05:49:51AM -0800, Aron Ahmadia wrote:
> We currently have an installer that handles the issue of installing
> `nano` into msysgit for use with Git: ...
>
> This currently doesn't help for bootcamps where Python is not
> installed, so it would be handy to have a version of this that
> doesn't rely on a Python install.

POSIX shell, because an interpreted language from 1977 [1] is more
widely supported than an interpreted language from 1991 [2].  It looks
like the default msysGit install sets up the right double-click magic
too:

On Mon, Jan 13, 2014 at 10:03:24AM -0800, Ethan White wrote:
> Will a POSIX version run by simply double clicking the file?

On Mon, Jan 13, 2014 at 10:25:33AM -0800, Ethan White wrote:
> Just checked this on my Windows machine and it actually seems to
> work automatically as long as GitBash is installed and the file has
> a .sh extension. So POSIX away.

[1]: http://en.wikipedia.org/wiki/Bourne_shell
[2]: http://en.wikipedia.org/wiki/Python_language
setup