#!/bin/sh

REPO=bælg

mkdir -p /tmp/darcs-tmp/
gnomevfs-copy ftp://<username goes here>:<password goes here>@ftp.vax64.dk/repos/$REPO/ /tmp/darcs-tmp/
darcs push /tmp/darcs-tmp/$REPO
gnomevfs-copy /tmp/darcs-tmp/$REPO/ ftp://<username goes here>:<password goes here>@ftp.vax64.dk/repos/
