mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-25 15:23:10 +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:
parent
f100ac1a71
commit
fe9440143e
@ -6,4 +6,6 @@ export PS1='\u@\h:\w\$ '
|
|||||||
|
|
||||||
alias less=more
|
alias less=more
|
||||||
alias vim=vi
|
alias vim=vi
|
||||||
|
|
||||||
|
arp() { cat /proc/net/arp; }
|
||||||
ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
|
ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
|
||||||
|
Loading…
Reference in New Issue
Block a user