#!/bin/sh -e for system in sbcl clx esa flexichain mcclim spatial-trees split-sequence \ climacs gsharp cl-ppcre cl-fad tab-layout trivial-gray-streams \ flexi-streams trivial-sockets cl-irc beirc eclipse stumpwm do if test -e /opt/steeldump/src/$system; then echo "$system already present, skipping" else /opt/steeldump/scripts/fetch-$system fi done