Fulltext results:
- base-repo-get-service @z:relax:api:base
- === base-repo-get-service ====== Loads a service configuration from the repository and outputs it to STDO... ===== Example ===== <code bash> # # get service config config=$(base-repo-get-service ${service}) if [ $? != 0 ]; then echo "ERROR loading service config for service '${service}'" >&2 exit 1 fi _debug "
- Travian Map Download Script @z:travian
- rom Travian and import it to the database. ===== config.inc ===== <code bash> # # database DB_USER="travi... sh> #! /bin/sh BIN_DIR=`dirname $0` . ${BIN_DIR}/config.inc echo echo "`date +'%Y-%m-%d %H:%M:%S'` $0[$$... sh> #! /bin/sh BIN_DIR=`dirname $0` . ${BIN_DIR}/config.inc echo "***" echo "`date +'%Y-%m-%d %H:%M:%S'`... ql> #! /bin/sh BIN_DIR=`dirname $0` . ${BIN_DIR}/config.inc echo "***" echo "`date +'%Y-%m-%d %H:%M:%S'`
- CloudTable @z:cloudtable
- roken up in a second version of the drawing. The config store stores the informations about the forms, ta... bases or even techniques. This could be files for config and a database for the data. The first version w
- base-exec-superuser @z:relax:api:base
- hod is defined by $RIGHT_ELEVATION in the service configuration and can be either ''pfexec'', ''su'' or ''
- base-repo-get-value @z:relax:api:base
- ===== base-repo-get-value ====== Loads a service configuration from the repository and outputs a single v