swc-windows-installer.sh: Convert script from Python to POSIX shell
authorW. Trevor King <wking@tremily.us>
Mon, 13 Jan 2014 18:38:14 +0000 (10:38 -0800)
committerW. Trevor King <wking@tremily.us>
Mon, 13 Jan 2014 22:08:44 +0000 (14:08 -0800)
commita82ad6c1dffd205ac9ff0e1b26e9b2328a076657
tree5c400a27887d1897c1877fadd3b9952fade5bbdb
parent70c97fca300d0f2cb9e7c565faa222ba1de9f3bb
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
swc-windows-installer.py [deleted file]
swc-windows-installer.sh [new file with mode: 0755]