init
This commit is contained in:
commit
1816522a71
11 changed files with 229 additions and 0 deletions
10
lib/setup-env
Normal file
10
lib/setup-env
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
. $SC_SRC/lib/variables
|
||||
|
||||
. $SC_LIB/headers
|
||||
. $SC_LIB/logger
|
||||
. $SC_LIB/manipulation
|
||||
. $SC_LIB/privileges
|
Loading…
Add table
Add a link
Reference in a new issue