Establish net/scripts/... for better scoping

This commit is contained in:
Michael Vines
2018-09-08 10:17:53 -07:00
parent 97c3125a78
commit 9f413fd656
5 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
#!/bin/bash -e
here=$(dirname "$0")
# shellcheck source=scripts/gcloud.sh
source "$here"/../scripts/gcloud.sh
# shellcheck source=net/scripts/gcloud.sh
source "$here"/scripts/gcloud.sh
# shellcheck source=net/common.sh
source "$here"/common.sh