#!/bin/sh # $Id$ for i in е д ц едц; do touch $i || exit 1 test -f $i || exit 1 rm $i || exit 1 done