#!/bin/sh
set -e

export PATH=$PATH:/usr/lib/execline/bin
cd "$(dirname "$0")"
./quine-input > quine-output
diff quine-input quine-output
