mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 14:30:21 +00:00
12 lines
243 B
Plaintext
12 lines
243 B
Plaintext
|
REM Title: Party Parrot for OSX
|
||
|
REM Author: Jeffrey Koopman | JKCTech
|
||
|
REM Description: Shows a pretty party parrot!
|
||
|
REM Target: macOS 11.0+
|
||
|
REM
|
||
|
DEFAULTDELAY 250
|
||
|
GUI SPACE
|
||
|
STRING terminal
|
||
|
ENTER
|
||
|
DELAY 2000
|
||
|
STRING curl https://parrot.live &
|
||
|
ENTER
|