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