summaryrefslogtreecommitdiff
path: root/turnkey
diff options
context:
space:
mode:
Diffstat (limited to 'turnkey')
-rwxr-xr-xturnkey16
1 files changed, 10 insertions, 6 deletions
diff --git a/turnkey b/turnkey
index 5330ec4..f0efdb4 100755
--- a/turnkey
+++ b/turnkey
@@ -1,12 +1,16 @@
#!/usr/bin/env bash
set -ex
lint
-stuff=(
- Biz.Cloud
- Biz.Dev
- Que.Prod
- Hero.Prod
-)
+stuff=(${1})
+if [[ ${#stuff[@]} -eq 0 ]]
+then
+ stuff=(
+ Biz.Cloud
+ Biz.Dev
+ Que.Prod
+ Hero.Prod
+ )
+fi
for thing in ${stuff[@]}
do
bild $thing