Webhook prints individual unnamed symbols (max 20 lines) since there are so few left

This commit is contained in:
Rangi 2020-10-29 14:48:37 -04:00
parent 7062ce2ffa
commit 07e605078f

View File

@ -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
{