#!/bin/sh
while :
do
( make 2>&1 ) >/tmp/out
sleep 2
vi /tmp/out makelinkwidth.c
done
