#!/usr/bin/env bash # Put instructions to run the runtime mv $1 $1.java filename=$1.java shift javac $filename java $1 "$@"