#! /bin/sh
if test -f lock
then
	echo locked
	exit
fi
touch lock
vi ++ scoreboard
rm lock
