From: Mike Baker Date: Sun, 17 Apr 2005 22:38:25 +0000 (+0000) Subject: add cheapass arp X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=8ac34b125509cf8756880955317c7c3d87ee9a12 add cheapass arp SVN-Revision: 657 --- diff --git a/openwrt/target/default/target_skeleton/etc/profile b/openwrt/target/default/target_skeleton/etc/profile index 29cd340b3e..b63dc8ee32 100644 --- 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 $*; }