Add script to resend XWM waypoints to example dir
This commit is contained in:
parent
26510b32f7
commit
56b589f702
4
instance/get-waypoint.sh
Executable file
4
instance/get-waypoint.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
cd "$(dirname "$0")"
|
||||
instance="$(basename "$(pwd)")"
|
||||
find logs -type f -exec zcat -f -- '{}' + | grep xaero-waypoint | grep -ve '\[Server\]' | fzf | sed 's/^.*\(xaero-waypoint:.*\)/\1/g' | xargs -d'\n' -n1 mcserver command "$instance" say
|
Loading…
x
Reference in New Issue
Block a user