initial commit
This commit is contained in:
7
chapter23/function_get_routes
Executable file
7
chapter23/function_get_routes
Executable file
@@ -0,0 +1,7 @@
|
||||
get_routes ()
|
||||
{
|
||||
# Save the network routes defined on the system
|
||||
|
||||
netstat -rn
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user