#!/bin/sh if ! test -d data then echo "Please run this from the www/ module dir" exit 1 fi ./bin/data-get --include='/data/events' --exclude='/data/*' $@