8 lines
80 B
Plaintext
Executable File
8 lines
80 B
Plaintext
Executable File
get_routes ()
|
|
{
|
|
# Save the network routes defined on the system
|
|
|
|
netstat -rn
|
|
}
|
|
|