mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-03 21:32:58 +00:00
add cheapass arp
SVN-Revision: 657
This commit is contained in:
parent
939e2c0ac9
commit
13031a44b0
@ -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