mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-21 22:10:12 +00:00
b3917d4f21
the ssl certificate is rotten on the ascii.live/rock website, so there is no verification for the certificate
13 lines
230 B
Plaintext
13 lines
230 B
Plaintext
REM Title: RickRoll
|
|
REM Author: Jeffrey Koopman | JKCTech
|
|
REM Description: RickRoll in Windows PowerShell
|
|
REM Target: macOS 11.0+
|
|
REM
|
|
DEFAULTDELAY 250
|
|
GUI SPACE
|
|
STRING terminal
|
|
ENTER
|
|
DELAY 2000
|
|
STRING curl ascii.live/rick &
|
|
ENTER
|