From c2b706ff2f3aa42d58a03febad1d1b8f8d5a1142 Mon Sep 17 00:00:00 2001 From: bdunahu Date: Sun, 4 Jan 2026 13:13:39 -0700 Subject: remove unnecessary nested guix dir --- guix/kolwynia/home/bdunahu/files/.local/bin/t1-string | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 guix/kolwynia/home/bdunahu/files/.local/bin/t1-string (limited to 'guix/kolwynia/home/bdunahu/files/.local/bin/t1-string') diff --git a/guix/kolwynia/home/bdunahu/files/.local/bin/t1-string b/guix/kolwynia/home/bdunahu/files/.local/bin/t1-string deleted file mode 100755 index ffdd61a..0000000 --- a/guix/kolwynia/home/bdunahu/files/.local/bin/t1-string +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -loop=$(cat /tmp/t1 | jq .stat | tr -d '"') -[ -n "$loop" ] && echo -n "${loop} " -bg=$(cat /tmp/t1 | jq .bg) -[ -n "$bg" ] && echo -n "${bg}B " -iob=$(cat /tmp/t1 | jq .iob) -[ -n "$iob" ] && echo -n " ${iob}U" -rbat=$(cat /tmp/t1 | jq .rbat) -[ -n "$rbat" ] && [ "$rbat" -lt 25 ] && echo -n " RB" -res=$(echo "$(cat /tmp/t1 | jq .res) * 100 / 1" | bc) -[ -n "$res" ] && [ "$res" -lt 2500 ] && echo -n " PR" -pbat=$(echo "$(cat /tmp/t1 | jq .pbat) * 100 / 1" | bc) -[ -n "$pbat" ] && [ "$pbat" -lt 136 ] && echo -n " PB" -cage=$(cat /tmp/t1 | jq .cage) -[ -n "$cage" ] && [ 14 -lt "$cage" ] && echo -n " CA" -echo -n -- cgit v1.2.3