source: gs3-extensions/selfcontained-cmake/trunk/PREPARE-LINUX.sh@ 37492

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

Initial cut at files

  • Property svn:executable set to *
File size: 244 bytes
Line 
1#!/bin/bash
2
3version=-3.25.3
4
5tar xvzf cmake${version}-linux_x64.tar.gz \
6 && mv cmake${version}-linux_x64 cmake3-linux-64bit
7
8if [ $? = 0 ] ; then
9 echo "Untarred cmake and renamed the directory to:"
10 echo " cmake3-linux-64bit"
11fi
12
13
Note: See TracBrowser for help on using the repository browser.