projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac186cb
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@657
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
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
29cd340
..
b63dc8e
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 $*; }