#!/bin/sh

SOURCE="/"
TARGET="../dest"

skypubexport \
    -login local    \
    -project .      \
    -source $SOURCE \
    -target $TARGET
