From da4686d2cab1914719643f6a0d7e53adf7e2666c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 17 Feb 2017 18:41:48 +0300 Subject: Add script createenv.sh for create environment file. --- scripts/createenv.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 scripts/createenv.sh diff --git a/scripts/createenv.sh b/scripts/createenv.sh new file mode 100755 index 0000000..476a9f9 --- /dev/null +++ b/scripts/createenv.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +export package=$1 +source ../scripts/include/common.sh + +common_package_init + +common_build_init + +common_run_package +common_use_package -- cgit v1.2.3-60-g2f50