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