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