From 946d002543083d9561bb1e7f851b8179099ad077 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Thu, 4 Apr 2024 09:39:47 +0300 Subject: Deployed space lazers to eliminate tabbed spaces - Also: _ak_not_implemented introduced --- bin/ak-following | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/ak-following') diff --git a/bin/ak-following b/bin/ak-following index 0446ed8..7b37be3 100755 --- a/bin/ak-following +++ b/bin/ak-following @@ -5,9 +5,9 @@ source $AK_LIBDIR/_ak_log FOLLOWING="$HOME/.arching-kaos/following" if [ -f $FOLLOWING ] then - cat $FOLLOWING + cat $FOLLOWING else - logit "INFO" "No following file, creating" - touch $FOLLOWING - echo "None found" + logit "INFO" "No following file, creating" + touch $FOLLOWING + echo "None found" fi -- cgit v1.2.3