pass arguments from update_stats.sh to gen-stats.rb

This commit is contained in:
Josh Holtrop 2018-09-05 14:47:48 -04:00
parent 2f82cd7535
commit 494386fa8c

View File

@ -3,4 +3,4 @@
date=`date` date=`date`
echo "This page is automatically generated. Generated at ${date}\\n" > stats_page echo "This page is automatically generated. Generated at ${date}\\n" > stats_page
./gen-stats.rb >> stats_page ./gen-stats.rb "$@" >> stats_page