#!/bin/bash set -e g++ $1 -o temp chmod +x temp ./temp rm temp