10 lines
122 B
Text
10 lines
122 B
Text
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
. $SC_SRC/lib/variables
|
||
|
|
||
|
. $SC_LIB/headers
|
||
|
. $SC_LIB/logger
|
||
|
. $SC_LIB/manipulation
|
||
|
. $SC_LIB/privileges
|