1
0
This commit is contained in:
Jeff Lance 2024-02-28 23:18:33 +01:00
parent 72a18ba2dd
commit d95b9f75a3
4 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
# common.lib
#
# Common libray for local scripts

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Load local library
. ./run_common.lib
. ./run_before-common.lib

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Load local library
. ./run_common.lib
. ./run_before-common.lib

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Load local library
. ./run_common.lib
. ./run_before-common.lib