mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-25 12:17:20 +02:00
Test: Added 'Bash' category to conversion script
This commit is contained in:
parent
d28cff7cae
commit
94048fae0f
1 changed files with 1 additions and 0 deletions
|
@ -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' *)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue