#!/bin/bash # Compile javac -d out src/com/lox/*.java # Run java -cp out com.lox.Lox