|
Last change
on this file since 103 was
41,
checked in by anonymous, 6 years ago
|
|
add bin
|
-
Property svn:executable set to
*
|
|
File size:
366 bytes
|
| Rev | Line | |
|---|
| [41] | 1 | #!/bin/sh |
|---|
| 2 | #build_path=/var/www/vhosts/devconf.northern-cross.info/httpdocs/a/tmp/devconf-guest-4/tmp/md2site-x |
|---|
| 3 | #target=d |
|---|
| 4 | #subtarget=2018 |
|---|
| 5 | #conf_dir=/var/www/vhosts/devconf.northern-cross.info/httpdocs/a/tmp/devconf-guest-4/tmp/md2site-x/_xtest/wtjx/t12/conf |
|---|
| 6 | |
|---|
| 7 | build_path=$1 |
|---|
| 8 | target=$2 |
|---|
| 9 | subtarget=$3 |
|---|
| 10 | conf_dir=$4 |
|---|
| 11 | |
|---|
| 12 | build.sh ${build_path} ${target} ${subtarget} ${conf_dir} |
|---|
Note: See
TracBrowser
for help on using the repository browser.