From afe53c73bfd21a2931afccae9ea0bcfbfd4a9405 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 1 Oct 2025 17:21:05 +0200 Subject: Testing updated dir structures --- linux/home/.scripts/cryptonotify | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 linux/home/.scripts/cryptonotify (limited to 'linux/home/.scripts/cryptonotify') diff --git a/linux/home/.scripts/cryptonotify b/linux/home/.scripts/cryptonotify deleted file mode 100755 index 47883c3..0000000 --- a/linux/home/.scripts/cryptonotify +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -source cryptocheck -Output= -for file in ~/.cache/crypto/* -do - if [ ! -z "$Output" ]; then - if [ ! $(basename $file) = "time" ]; then - Output="$Output\n$(cat $file)" - fi - else - if [ ! $(basename $file) = "time" ]; then - Output="$Output$(cat $file)" - fi - fi - -done - -Output="$Output\n$(cat ~/.cache/crypto/time)" -notify-send "Crypto Prices" "$Output" -- cgit v1.2.3