https://github.com/reproducibilitystamp/PinMesh
Tip revision: 83c35682951671d62fe3ba7deea867eb647d2de7 authored by sallesviana on 25 May 2016, 14:22:12 UTC
Fixed typos in the README
Fixed typos in the README
Tip revision: 83c3568
smiDownloadDependenciesAndCompile.sh
echo "---------------------------------------------"
echo "Downloading sample data set"
echo "---------------------------------------------"
wget https://www.dropbox.com/s/x5sr65lq0eqjk6l/datasets.tar.gz?dl=1 -O datasets.tar.gz
echo "---------------------------------------------"
echo "Extracting sample data set"
echo "---------------------------------------------"
tar -xzf datasets.tar.gz
echo "---------------------------------------------"
echo "Compiling PinMesh"
echo "---------------------------------------------"
make
echo "---------------------------------------------"
echo "Adding execution permission for all the shell scripts"
echo "---------------------------------------------"
chmod +x *.sh