hotwords file and more mayhem-info.sh

master
bel 2023-04-05 22:30:45 -06:00
parent d559f5244f
commit 55aae5a55f
4 changed files with 22 additions and 2 deletions

View File

@ -4,4 +4,4 @@ curl \
-X POST \
-i -sS \
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' ' ')]"

View File

@ -0,0 +1,18 @@
mario
luigi
peach
daisy
wario
waluigi
bowser
junior
koopa
shyguy
boo
toad
toadette
coin
star
minigame
win
lose

View File

@ -4,4 +4,4 @@ set -e
bash ./shuffle.sh
bash ./fill.sh
cat ./v01-live.yaml
bash ./players.sh

View File

@ -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]}'