configs/bin/publish.sh

8 lines
150 B
Bash
Raw Normal View History

2018-12-24 19:51:52 +00:00
#! /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 "$@"