Remove fix silent mouse

This commit is contained in:
2025-11-04 09:16:59 -05:00
parent c970150de4
commit 13ab26afd9
22 changed files with 140 additions and 55 deletions

View File

@@ -1,7 +1,8 @@
#!/bin/bash
# mount_dir="/run/media/kevin/backup-hd"
mount_dir="/mnt/linux-files-2"
#mount_dir="/mnt/linux-files-2"
mount_dir="/backup"
# Backup destination
case $1 in
nzxt )

View File

@@ -8,6 +8,11 @@ if [ "$1" = "BTCUSDC" ]; then
else
price=$(echo "$raw" | jq -r ".result.$1.b[0]")
fi
if [ "$1" = "BTCUSDC" ]; then
price=$(echo "$raw" | jq -r ".result.XBTUSDC.b[0]")
else
price=$(echo "$raw" | jq -r ".result.$1.b[0]")
fi
#if [ $(echo "$price < 1" | bc -l) -eq 1 ]; then
#printf "%0.3f\n" "$price" | cut -c 3-
#elif [ $(echo "$price < 10" | bc -l) -eq 1 ]; then