#!/bin/sh
mkdir -p target/io-error
echo first run with -v
../gc -v

echo second run without -v
../gc 
