Replace all leaderboard scripts with the single recalc script
This commit is contained in:
parent
2dfce6afd2
commit
e907ad37d4
4 changed files with 5 additions and 29 deletions
5
script/recalc_leaderboards
Normal file
5
script/recalc_leaderboards
Normal file
|
@ -0,0 +1,5 @@
|
|||
#! /bin/bash
|
||||
|
||||
eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
|
||||
|
||||
MOJO_MODE=production ./script/pear-local_loop recalc_leaderboards
|
Reference in a new issue