mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
add cheapass arp
SVN-Revision: 657
This commit is contained in:
parent
939e2c0ac9
commit
13031a44b0
1 changed files with 2 additions and 0 deletions
|
|
@ -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 $*; }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue