From 0cee36547ddb4b5c8b5383334af1ab6401644071 Mon Sep 17 00:00:00 2001 From: belliash Date: Tue, 3 Jan 2012 14:49:17 +0100 Subject: [PATCH] add accidentially removed --- ezbuild | 24 ++++++++++++++++++++++++ ezsync | 24 ++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100755 ezbuild create mode 100755 ezsync diff --git a/ezbuild b/ezbuild new file mode 100755 index 0000000..e88f6b3 --- /dev/null +++ b/ezbuild @@ -0,0 +1,24 @@ +#!/bin/bash +# Copyright 2010-2012, Asio Software Technologies +# Distributed under the terms of the GNU General Public License v3 + + +# Declare basic system variables +EZNAME=$(basename ${0}) +EZROOT=$(dirname $(readlink -ne ${0})) + +# Load necessary files +source /etc/profile +source ${EZROOT}/libraries/common + +# Load EzBuild libraries & configuration +loadLibraries +loadConfiguration + +# Print EzBuild notice and parse arguments +printNotice + +# Check system requirements +printInfo "Checking system prerequisites..." +checkPrerequisites +[ ${?} -ne 0 ] && die "Your environment does not meet EzBuild requirements" diff --git a/ezsync b/ezsync new file mode 100755 index 0000000..e88f6b3 --- /dev/null +++ b/ezsync @@ -0,0 +1,24 @@ +#!/bin/bash +# Copyright 2010-2012, Asio Software Technologies +# Distributed under the terms of the GNU General Public License v3 + + +# Declare basic system variables +EZNAME=$(basename ${0}) +EZROOT=$(dirname $(readlink -ne ${0})) + +# Load necessary files +source /etc/profile +source ${EZROOT}/libraries/common + +# Load EzBuild libraries & configuration +loadLibraries +loadConfiguration + +# Print EzBuild notice and parse arguments +printNotice + +# Check system requirements +printInfo "Checking system prerequisites..." +checkPrerequisites +[ ${?} -ne 0 ] && die "Your environment does not meet EzBuild requirements"