repo.or.cz
/
netwalk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Mon Jun 3 15:21:17 PDT 2002
[netwalk.git]
/
command_show_hs.e
blob
7f7f1323ed92163f021d10a33c601c251c0c9cf4
1
class
COMMAND_SHOW_HS
2
inherit
COMMAND
3
creation
make
4
feature
5
main
:
NETWALK
6
7
make
(
m
:
like
main
)
is
8
do
9
main
:=
m
10
end
11
12
execute
is
13
do
14
main
.
show_hs
15
end
16
end