-Added scrapeFixme.sh script

main
Harry van Haaren 2013-09-05 23:43:54 +01:00
parent ae92ed27b9
commit 46e7ebcea6
1 changed files with 10 additions and 0 deletions

10
scrapeFixme.sh Executable file
View File

@ -0,0 +1,10 @@
rm FIXME
echo -e "\n===> Samplerate hardcoded:\n" > FIXME
grep -irn "44100" src/ >> FIXME
echo -e "\n\n\n===> FIXME" >> FIXME
grep -irn "FIXME" src/ >> FIXME
echo -e "\n\n\n===> TODO" >> FIXME
grep -irn "TODO" src/ >> FIXME