add simple shell script to write wiki page

This commit is contained in:
Josh Holtrop 2015-12-18 16:23:10 -05:00
parent b2699cef80
commit 50bedc7c15

6
update_stats.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
date=`date`
echo "This page is automatically generated. Generated at ${date}\\n" > stats_page
./gen-stats.rb >> stats_page