#!/usr/bin/fish # Aim at deploying on local httpd server set fish_trace 1 echo $WEBLAND_WEB_DEPLOY_PATH if not set -q WEBLAND_WEB_DEPLOY_PATH exit 1 end exit 0