mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 15:51:30 +00:00
Added submodule back in (raw files)
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
REM Easily check the weather with the click of a button
|
||||
REM Can change the location by replacing "NETHERLANDS" with your location
|
||||
|
||||
|
||||
REM TITLE: Weather Check
|
||||
REM Author: Narsty
|
||||
REM Version:1.0
|
||||
REM Category: GOODUSB
|
||||
|
||||
|
||||
DELAY 500
|
||||
GUI SPACE
|
||||
DELAY 500
|
||||
STRING TERMINAL
|
||||
DELAY 1000
|
||||
ENTER
|
||||
DELAY 500
|
||||
STRING CURL WTTR.IN/NETHERLANDS
|
||||
DELAY 500
|
||||
ENTER
|
||||
DELAY 500
|
||||
GUI-CTRL F
|
||||
|
||||
Reference in New Issue
Block a user