source: gs3-extensions/selfcontained-nodejs/trunk/PREPARE-CYGWIN.sh@ 37488

Last change on this file since 37488 was 37488, checked in by davidb, 14 months ago

Windows/Cygwin version

  • Property svn:executable set to *
File size: 254 bytes
Line 
1#!/bin/bash
2
3version=-v16.13.2
4
5
6unzip node${version}-win-x64.zip \
7 && mv node${version}-win-x64 node-windows-64bit
8
9if [ $? = 0 ] ; then
10 echo "Unzipped node$version-win-x64.zip and renamed the directory to:"
11 echo " node-windows-64bit"
12fi
13
14
Note: See TracBrowser for help on using the repository browser.