#!/bin/bash
# lame hack
# This code is public domain. There is no warranty. If you break it, you
# own both halves.
 
function cleanup {
	echo [0m
}

trap cleanup SIGINT

clear
./intro
echo [30m
./amp -q data/win95.mp3 | ./demo.exe
clear
echo [0m
cat data/demo.ans
sleep 2

# bye :)
