From fe9440143e03e038d44c7e56d7aea9f260ca72ea Mon Sep 17 00:00:00 2001 From: mbm Date: Sun, 17 Apr 2005 22:38:25 +0000 Subject: add cheapass arp git-svn-id: svn://svn.openwrt.org/openwrt/trunk@657 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/target/default/target_skeleton/etc/profile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openwrt/target/default/target_skeleton') diff --git a/openwrt/target/default/target_skeleton/etc/profile b/openwrt/target/default/target_skeleton/etc/profile index 29cd340b3..b63dc8ee3 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 $*; } -- cgit v1.2.3