Test: Added 'Bash' category to conversion script

This commit is contained in:
Paul Beckingham 2015-07-22 18:03:17 -04:00
parent d28cff7cae
commit 94048fae0f

View file

@ -2,6 +2,7 @@
printf "C++: %5d\n" $(ls *.t.cpp | wc -l)
printf "Python: %5d\n" $(head -n1 *.t | grep -a '\bpython' | wc -l)
printf "Bash: %5d\n" $(head -n1 *.t | grep -a '\bbash' | wc -l)
printf "Perl: %5d\n" $(head -n1 *.t | grep -a '\bperl\b' | wc -l)
if [ "$1" = "-v" ]; then
echo "Perl left: " $(grep -Rl '^#\! \?/usr/bin/env perl\b' *)