Migration Script - syntax error

using these instructions:

root@us:~# wget -o migrate.sh https://rt.cx/ee3to4 &&
> chmod +x migrate.sh
root@us:~# ./migrate.sh --dry-run --all
./migrate.sh: line 1: --2018-11-24: command not found
./migrate.sh: line 2: syntax error near unexpected token `('
./migrate.sh: line 2: `Resolving rt.cx (rt.cx)... 104.18.36.157, 104.18.37.157, 2606:4700:30::6812:259d, ...'
root@us:~#

Sorry for the inconvenience. There was a typo in our document.

Can you please run:

wget -O migrate.sh https://rt.cx/ee3to4 &&
chmod +x migrate.sh

Please note its capital O next to wget. Our earlier doc had small o which caused that issue.