diff options
author | Mike Baker <mbm@openwrt.org> | 2005-04-17 22:38:25 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2005-04-17 22:38:25 +0000 |
commit | 13031a44b085ea5564279672a04d16d74bdbb04f (patch) | |
tree | 3b70482d22b344966e21128e9c77819710de3798 /openwrt/target/default | |
parent | 939e2c0ac933b2299aeb3c15fd64113f7e78cde0 (diff) | |
download | mtk-20170518-13031a44b085ea5564279672a04d16d74bdbb04f.zip mtk-20170518-13031a44b085ea5564279672a04d16d74bdbb04f.tar.gz mtk-20170518-13031a44b085ea5564279672a04d16d74bdbb04f.tar.bz2 |
add cheapass arp
SVN-Revision: 657
Diffstat (limited to 'openwrt/target/default')
-rw-r--r-- | openwrt/target/default/target_skeleton/etc/profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/target/default/target_skeleton/etc/profile b/openwrt/target/default/target_skeleton/etc/profile index 29cd340..b63dc8e 100644 --- a/openwrt/target/default/target_skeleton/etc/profile +++ b/openwrt/target/default/target_skeleton/etc/profile @@ -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 $*; } |