Up.
This commit is contained in:
parent
72a18ba2dd
commit
d95b9f75a3
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
# common.lib
|
||||
#
|
||||
# Common libray for local scripts
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Load local library
|
||||
. ./run_common.lib
|
||||
. ./run_before-common.lib
|
||||
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Load local library
|
||||
. ./run_common.lib
|
||||
. ./run_before-common.lib
|
||||
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Load local library
|
||||
. ./run_common.lib
|
||||
. ./run_before-common.lib
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user