#!/bin/sh # change the following line CCLAN=$HOME/lisp/cclan VERBOSE=${VERBOSE--q} export VERBOSE cd $CCLAN bin/download `cat $CCLAN/etc/peers` # Adjust options as you prefer # -m: move old versions to old/ # -v: verbose # -n; dry run only bin/fix-symlinks -m $VERBOSE