#! /bin/sh

# This file is maintained at http://git.mdcc.cx/caspar

set -e

dir=$1
shift

mkdir -p "$DESTDIR$dir"
exec cp "$@" "$DESTDIR$dir"
