Sharing Knowledge
There is nothing 100% in this universe, even this statement. - BKS
Thursday, October 23, 2008
Script which makes ldd's output clean.
#!/bin/sh
ldd $1 | awk '{print "cp -f "$1" ./"}' > $1deps
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)