reorganizing the repository
[project-aon.git] / common / scripts / set-env.sh
diff --git a/common/scripts/set-env.sh b/common/scripts/set-env.sh
new file mode 100644 (file)
index 0000000..c06ba81
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+# Set AON PATH directory to current directory
+# Default to 'en' language
+
+AONLANG=en
+AONPATH=`pwd`
+export AONPATH