Add basic activities into executables

This commit is contained in:
belliash 2012-01-03 10:39:34 +01:00
parent 1b09b5d5e3
commit e6ce238bf4
2 changed files with 18 additions and 0 deletions

View File

@ -3,5 +3,14 @@
# 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

9
ezsync
View File

@ -3,5 +3,14 @@
# 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