From 32d82fba2c762efccb356c2a0b3e408068cc6e03 Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 23 May 2023 15:01:20 -0500 Subject: Total reorganization, we're moving on from X --- crcparse | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 crcparse (limited to 'crcparse') diff --git a/crcparse b/crcparse deleted file mode 100755 index fda41dd..0000000 --- a/crcparse +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -if [ -n "$XDG_CONFIG_HOME" ]; then - CONPATH="$XDG_CONFIG_HOME" -elif [ -d "$HOME/.config" ]; then - CONPATH="$HOME/.config" -else - CONPATH="$HOME" -fi - -FILE="$CONPATH/computerrc" - -grep $1 "$FILE" | cut -d'=' -f2 -- cgit v1.2.3