configs/bin/publish.sh

8 lines
150 B
Bash

#! /bin/bash
assert-chroot-exists
source $DGL_CONF_HOME/crawl-git.conf
export DGL_CONF_HOME DGL_CHROOT
exec perl $DGL_CONF_HOME/bin/publish.pl "$@"