5 lines
118 B
Bash
5 lines
118 B
Bash
|
# This file includes some variables that vital to all parts of
|
||
|
# this configuration.
|
||
|
|
||
|
OS=`uname`
|
||
|
OS_RELEASE=`uname -r`
|