#!/usr/home/menlo/bin/sh

for d in $(cat Dirs) ; do
    echo "+ mkdir -p ../cooking/$d"
    mkdir -p ../cooking/$d
done
