summaryrefslogtreecommitdiff
path: root/core/apps
authorllornkcor <llornkcor>2002-02-03 14:16:36 (UTC)
committer llornkcor <llornkcor>2002-02-03 14:16:36 (UTC)
commita80b4c11934b93b3d067f812a68452617f202e61 (patch) (side-by-side diff)
treefa361895550f690b825a46691b5fa7500dff5e6e /core/apps
parente26c1409462b6c9c4931a5fa13c121f492747c27 (diff)
downloadopie-a80b4c11934b93b3d067f812a68452617f202e61.zip
opie-a80b4c11934b93b3d067f812a68452617f202e61.tar.gz
opie-a80b4c11934b93b3d067f812a68452617f202e61.tar.bz2
added netstat to commandlist
Diffstat (limited to 'core/apps') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/embeddedkonsole/konsole.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/apps/embeddedkonsole/konsole.cpp b/core/apps/embeddedkonsole/konsole.cpp
index 1016885..d54fa1f 100644
--- a/core/apps/embeddedkonsole/konsole.cpp
+++ b/core/apps/embeddedkonsole/konsole.cpp
@@ -101,48 +101,49 @@ public:
// file of the user
static const char *commonCmds[] =
{
"ls ", // I left this here, cause it looks better than the first alpha
"cardctl eject",
"cat ",
"cd ",
"chmod ",
"clear",
"cp ",
"dc ",
"df ",
"dmesg",
"echo ",
"env",
"find ",
"free",
"grep ",
"ifconfig ",
"ipkg ",
"mkdir ",
"mv ",
"nc localhost 7776",
"nc localhost 7777",
+ "netstat ",
"nslookup ",
"ping ",
"ps aux",
"pwd ",
"rm ",
"rmdir ",
"route ",
"set ",
"traceroute",
/*
"gzip",
"gunzip",
"chgrp",
"chown",
"date",
"dd",
"df",
"dmesg",
"fuser",
"hostname",
"kill",
"killall",
"ln",