mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 09:01:39 -05:00
-Added scrapeFixme.sh script
This commit is contained in:
parent
ae92ed27b9
commit
46e7ebcea6
1 changed files with 10 additions and 0 deletions
10
scrapeFixme.sh
Executable file
10
scrapeFixme.sh
Executable 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
|
Loading…
Add table
Reference in a new issue