mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 06:20:12 +00:00
14 lines
338 B
Plaintext
14 lines
338 B
Plaintext
|
REM Title: Awesome Flippers
|
||
|
REM Author: xepexted
|
||
|
REM Based off work from: Jeffrey Koopman | JKCTech
|
||
|
REM Description: Opens default browser and redirects you to Awesome Flippers Github
|
||
|
REM Target: macOS 11.0+
|
||
|
REM
|
||
|
GUI SPACE
|
||
|
DELAY 500
|
||
|
STRING terminal
|
||
|
ENTER
|
||
|
DELAY 1000
|
||
|
STRING open 'https://github.com/djsime1/awesome-flipperzero'; exit
|
||
|
ENTER
|