add simple shell script to write wiki page
This commit is contained in:
parent
b2699cef80
commit
50bedc7c15
6
update_stats.sh
Executable file
6
update_stats.sh
Executable 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
|
Loading…
x
Reference in New Issue
Block a user