mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-21 22:10:12 +00:00
12 lines
237 B
Plaintext
12 lines
237 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 https://ascii.live/rick &
|
|
ENTER |