1#!/bin/sh
2
3mkdir -p cbuild
4cd cbuild
5cmake "$@" ../
6make -j 10 install
7
8