1#!/bin/sh
2
3rm -r -f cmake_temp
4mkdir cmake_temp
5cd cmake_temp
6cmake -G "Unix Makefiles" ../
7