Usage:
Shell: Select all
send-discord-log filebot -script fn:sysinfo
Shell: Select all
# Fetch script
curl -O https://raw.githubusercontent.com/filebot/plugins/master/bash/send-discord-log.sh
# Make script executable
chmod +x send-discord-log.sh
# Link script into the path
ln -s $PWD/send-discord-log.sh /usr/bin/send-discord-log
Shell: Select all
DISCORD_WEBHOOK_URL="<Copy Webhook URL>"