8 lines
58 B
Plaintext
Executable File
8 lines
58 B
Plaintext
Executable File
get_OS ()
|
|
{
|
|
# Operating System - AIX or exit
|
|
|
|
uname -s
|
|
}
|
|
|