#!/bin/sh name="${1%%.*}" g++ -Wall -o $name.out $name.cpp ./$name.out rm $name.out