#!/bin/sh

ruby rlisp.rb test-case.l > tmp.txt
diff tmp.txt test-result.txt
rm -f tmp.txt
