From a169838f2b1852bfd6feb38970d9324650d93b74 Mon Sep 17 00:00:00 2001 From: srdusr Date: Sat, 7 Jan 2023 13:39:33 +0200 Subject: Removed synced files since git subtrees does not have desired effect --- .local/bin/scripts/cryptonotify | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 .local/bin/scripts/cryptonotify (limited to '.local/bin/scripts/cryptonotify') diff --git a/.local/bin/scripts/cryptonotify b/.local/bin/scripts/cryptonotify deleted file mode 100755 index 47883c3..0000000 --- a/.local/bin/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