mirror of
https://github.com/pret/pokegold.git
synced 2026-09-26 13:23:06 -04:00
Webhook prints individual unnamed symbols (max 20 lines) since there are so few left
This commit is contained in:
+1
-1
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user