#!/bin/sh #build_path=/var/www/vhosts/devconf.northern-cross.info/httpdocs/a/tmp/devconf-guest-4/tmp/md2site-x #target=d #subtarget=2018 #conf_dir=/var/www/vhosts/devconf.northern-cross.info/httpdocs/a/tmp/devconf-guest-4/tmp/md2site-x/_xtest/wtjx/t12/conf build_path=$1 target=$2 subtarget=$3 conf_dir=$4 build.sh ${build_path} ${target} ${subtarget} ${conf_dir}