mirror of
https://github.com/pret/pokegold.git
synced 2026-08-09 11:47:26 -05:00
Webhook prints individual unnamed symbols (max 20 lines) since there are so few left
This commit is contained in:
parent
7062ce2ffa
commit
07e605078f
|
|
@ -4,7 +4,7 @@ set -e
|
|||
root="$(readlink -e "$(dirname "$0")/..")"
|
||||
|
||||
# Report unnamed symbols
|
||||
content="$("$root/tools/unnamed.py" -r "$root" "$root/pokegold.sym" | head)"
|
||||
content="$("$root/tools/unnamed.py" "$root/pokegold.sym" | head -n 20)"
|
||||
|
||||
curl -H 'Content-Type: application/json' -X POST "$POKEGOLD_DISCORD_WEBHOOK_URL" -d@- << EOF
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user