From 041dbe06392b16c8135a24f087779508f0979de9 Mon Sep 17 00:00:00 2001 From: alistaircol Date: Wed, 15 Jun 2022 16:36:05 +0100 Subject: [PATCH] wip --- bin/build-primary.sh | 4 ++-- bin/build-secondary.sh | 30 +++++++++++++++--------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/bin/build-primary.sh b/bin/build-primary.sh index 68b014e..9a959dc 100644 --- a/bin/build-primary.sh +++ b/bin/build-primary.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -source "build.sh" -envsubst < src/skills.dot > bin/skills.dot +source "bin/build.sh" +envsubst < src/skills.dot > dot/skills.dot diff --git a/bin/build-secondary.sh b/bin/build-secondary.sh index e0b9cac..c0c18a1 100644 --- a/bin/build-secondary.sh +++ b/bin/build-secondary.sh @@ -1,17 +1,17 @@ -#!/usr/bin/env bash -source "build.sh" +#!/usr/dot/env bash +source "bin/build.sh" export SKILLS_DIRECTION="TB" -envsubst < src/environment.dot > bin/environment.dot -envsubst < src/devops.dot > bin/devops.dot -envsubst < src/ssg.dot > bin/ssg.dot -envsubst < src/servers.dot > bin/servers.dot -envsubst < src/proxies.dot > bin/proxies.dot -envsubst < src/db.dot > bin/db.dot -envsubst < src/queues.dot > bin/queues.dot -envsubst < src/cloud.dot > bin/cloud.dot -envsubst < src/php.dot > bin/php.dot -envsubst < src/css.dot > bin/css.dot -envsubst < src/js.dot > bin/js.dot -envsubst < src/misc.dot > bin/misc.dot -envsubst < src/concepts.dot > bin/concepts.dot +envsubst < src/environment.dot > dot/environment.dot +envsubst < src/devops.dot > dot/devops.dot +envsubst < src/ssg.dot > dot/ssg.dot +envsubst < src/servers.dot > dot/servers.dot +envsubst < src/proxies.dot > dot/proxies.dot +envsubst < src/db.dot > dot/db.dot +envsubst < src/queues.dot > dot/queues.dot +envsubst < src/cloud.dot > dot/cloud.dot +envsubst < src/php.dot > dot/php.dot +envsubst < src/css.dot > dot/css.dot +envsubst < src/js.dot > dot/js.dot +envsubst < src/misc.dot > dot/misc.dot +envsubst < src/concepts.dot > dot/concepts.dot