Added Live Chart and price ticker

This commit is contained in:
Narstybits
2023-06-30 10:15:38 -05:00
parent 2011b6c4bd
commit 412d08a4b3
+21
View File
@@ -0,0 +1,21 @@
REM This script fetches the current Bitcoin exchange rate using the "curl" command.
REM The data is retrieved from the rate.sx website.
REM You can Replace "Btc" with another popular asset of your choice
REM Title: Live Chart and price ticker
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 rate.sx/btc
DELAY 500
ENTER