diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-17 22:38:25 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-17 22:38:25 +0000 |
commit | 4f50fbaa56bd68797475c07a31db5a579ec56aae (patch) | |
tree | 8db9d013b4080889c0b5ef28f589f48985208a96 /target | |
parent | ba77428ab0e2fb6aad3d9e74b4d0013131ddac10 (diff) |
add cheapass arp
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@657 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/default/target_skeleton/etc/profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/default/target_skeleton/etc/profile b/target/default/target_skeleton/etc/profile index 29cd340b3..b63dc8ee3 100644 --- a/target/default/target_skeleton/etc/profile +++ b/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 $*; } |