Add a bash script for generating ranking
This commit is contained in:
parent
cd6e78ba8a
commit
13967af100
1 changed files with 3 additions and 0 deletions
3
scripts/rank/generate_rank.bash
Executable file
3
scripts/rank/generate_rank.bash
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
go run main.go --id=$1 --username=admin --password=aolieVooju --all --output=$2 https://piattaforma.oief.it
|
Loading…
Reference in a new issue