add cheapass arp

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@657 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Mike Baker
2005-04-17 22:38:25 +00:00
parent 28e5bbdc0e
commit e53ae39960

View File

@@ -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 $*; }