added an ldd command
[openwrt.git] / obsolete-buildroot / sources / openwrt / root / etc / profile
index fdccce1..29cd340 100644 (file)
@@ -6,3 +6,4 @@ export PS1='\u@\h:\w\$ '
 
 alias less=more
 alias vim=vi
+ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }
This page took 0.026797 seconds and 4 git commands to generate.