hotwords file and more mayhem-info.sh
parent
d559f5244f
commit
55aae5a55f
|
|
@ -4,4 +4,4 @@ curl \
|
||||||
-X POST \
|
-X POST \
|
||||||
-i -sS \
|
-i -sS \
|
||||||
http://mp.home.blapointe.com:17071/gm/rpc/fillNonPlayerAliases \
|
http://mp.home.blapointe.com:17071/gm/rpc/fillNonPlayerAliases \
|
||||||
-d '[mario luigi peach daisy wario waluigi bowser junior koopa shy guy boo toad toadette coin star minigame win lose]'
|
-d "[$(cat ./hotwords.txt | tr '\n' ' ')]"
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,18 @@
|
||||||
|
mario
|
||||||
|
luigi
|
||||||
|
peach
|
||||||
|
daisy
|
||||||
|
wario
|
||||||
|
waluigi
|
||||||
|
bowser
|
||||||
|
junior
|
||||||
|
koopa
|
||||||
|
shyguy
|
||||||
|
boo
|
||||||
|
toad
|
||||||
|
toadette
|
||||||
|
coin
|
||||||
|
star
|
||||||
|
minigame
|
||||||
|
win
|
||||||
|
lose
|
||||||
|
|
@ -4,4 +4,4 @@ set -e
|
||||||
|
|
||||||
bash ./shuffle.sh
|
bash ./shuffle.sh
|
||||||
bash ./fill.sh
|
bash ./fill.sh
|
||||||
cat ./v01-live.yaml
|
bash ./players.sh
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
#! /bin/bash
|
||||||
|
cat v01-live.yaml | gojq --yaml-{in,out}put '.users | to_entries[] | {(.key): [.value.state.player, .value.gm.alias]}'
|
||||||
Loading…
Reference in New Issue