2014-10-13 09:49:02 -04:00
|
|
|
#!/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"
|
|
|
|
|
2017-08-28 10:27:26 -04:00
|
|
|
# ref: $Format:%D$
|
|
|
|
# git commit: $Format:%H$
|
|
|
|
# commit time: $Format:%ai$
|