blob: b7ecb225a92ca0e3b28653207eed1b7be0c9e815 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.
# NETSTATUS -- Print the network status.
procedure t_netstatus()
begin
call ki_shownet (STDOUT)
end
|