1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-10 17:24:05 +02:00

add cheapass arp

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

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