#!/bin/sh
# $Id: t-cdbfs.sh,v 1.3 2004/12/29 23:38:43 ca Exp $
# Copyright (c) 2004 Sendmail, Inc. and its suppliers.
# All rights reserved.
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the sendmail distribution.
#
# ---------------------------
# prepare directory structure for ./t-cdbfs-0 and run it
# ---------------------------
test -s stop && exit 1
for i in 0 1 2 3 4 5 6 7 8 9 A B C D E F
do
test -d ${i} || mkdir ${i}
done
./t-cdbfs-0
syntax highlighted by Code2HTML, v. 0.9.1