Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Mono/GenerateWCFiles.sh @ 8573

Last change on this file since 8573 was 8440, checked in by ascheibe, 12 years ago

#1861 made prebuild events os dependent

  • Property svn:executable set to *
File size: 92 bytes
Line 
1find -name '*.cs.frame' |
2while read f; do
3   sed 's/\$WCREV\$/'0'/g' $f > ${f%.frame}
4done
Note: See TracBrowser for help on using the repository browser.