This commit is contained in:
Cryptoval Trading Technologies
2026-06-08 02:28:14 +00:00
commit 6b8e9be45f
8 changed files with 331 additions and 0 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
cd $(realpath $(dirname $0))
while true; do
clear
./glance.sh
sleep 5
done