#!/bin/sh gcc $1 shift if [ -f ./a.out ]; then ./a.out $@ fi if [ -f ./a.out ];then rm ./a.out; fi