#!/bin/sh

test -d t/tmp || mkdir -p t/tmp
cd t/tmp
echo $* > cmdline.txt
cat > input.txt
