8 lines
160 B
Bash
8 lines
160 B
Bash
#! /bin/bash
|
|
|
|
curl \
|
|
-X POST \
|
|
-i -sS \
|
|
http://mp.home.blapointe.com:17071/gm/rpc/fillNonPlayerAliases \
|
|
-d "[$(cat ./hotwords.txt | tr '\n' ' ')]"
|