i think mixing stable packages with experimental packages is a very bad idea.
[openwrt.git] / target / default / target_skeleton / etc / profile
index 29cd340..b63dc8e 100644 (file)
@@ -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 $*; }
This page took 0.042446 seconds and 4 git commands to generate.