Permalink
Browse files
Also add release automation
- Loading branch information...
Showing
with
4 additions
and
0 deletions.
-
+4
−0
scripts/count.sh
|
|
@@ -24,6 +24,10 @@ all() { |
|
|
wc -l test/*.{sh,py} | filter-py | sort --numeric
|
|
|
echo
|
|
|
|
|
|
echo 'RELEASE AUTOMATION'
|
|
|
wc -l scripts/release.sh | sort --numeric
|
|
|
echo
|
|
|
|
|
|
echo 'BENCHMARKS'
|
|
|
wc -l benchmarks/*.sh | sort --numeric
|
|
|
echo
|
|
|
|
0 comments on commit
0009387