aboutsummaryrefslogtreecommitdiff
path: root/bin/following
diff options
context:
space:
mode:
Diffstat (limited to 'bin/following')
-rwxr-xr-xbin/following10
1 files changed, 0 insertions, 10 deletions
diff --git a/bin/following b/bin/following
deleted file mode 100755
index b333e50..0000000
--- a/bin/following
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-FOLLOWING="$HOME/.arching-kaos/following"
-if [ -f $FOLLOWING ]
-then
- cat $FOLLOWING
-else
- logthis "No following file, creating"
- touch $FOLLOWING
- echo "None found"
-fi