8 lines
104 B
Plaintext
Executable File
8 lines
104 B
Plaintext
Executable File
get_ML_for_AIX ()
|
|
{
|
|
# Query the system for the maintenance level patch set
|
|
|
|
instfix -i | grep AIX_ML
|
|
}
|
|
|