Hash : 4f2db5fa Author : Date : 2014-10-13T15:49:02
Download
1 2 3 4 5 6 7 8
#!/bin/bash export a=`find . -maxdepth 1 -type f -name '*.c' | sort | sed -e 'sE\./EE' | sed -e 's/\.c/\.o/' | xargs` perl ./parsenames.pl OBJECTS "$a" # $Source$ # $Revision$ # $Date$