summaryrefslogtreecommitdiff
path: root/crcparse
diff options
context:
space:
mode:
Diffstat (limited to 'crcparse')
-rwxr-xr-xcrcparse13
1 files changed, 0 insertions, 13 deletions
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