projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
939e2c0
)
add cheapass arp
author
Mike Baker
<mbm@openwrt.org>
Sun, 17 Apr 2005 22:38:25 +0000
(22:38 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Sun, 17 Apr 2005 22:38:25 +0000
(22:38 +0000)
SVN-Revision: 657
openwrt/target/default/target_skeleton/etc/profile
patch
|
blob
|
history
diff --git
a/openwrt/target/default/target_skeleton/etc/profile
b/openwrt/target/default/target_skeleton/etc/profile
index 29cd340b3e2b0ee5a28b92e489e97e86f876076d..b63dc8ee32f1c2caa74c72e6d5b777abb5a579d9 100644
(file)
--- a/
openwrt/target/default/target_skeleton/etc/profile
+++ b/
openwrt/target/default/target_skeleton/etc/profile
@@
-6,4
+6,6
@@
export PS1='\u@\h:\w\$ '
alias less=more
alias vim=vi
+
+arp() { cat /proc/net/arp; }
ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }