From 286b71a6ead8c7234cfbc0b8ece05c8239a4f32c Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 29 Mar 2023 23:45:49 +0300 Subject: Renamed everything --- bin/unfollow | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100755 bin/unfollow (limited to 'bin/unfollow') diff --git a/bin/unfollow b/bin/unfollow deleted file mode 100755 index 6b9e1d6..0000000 --- a/bin/unfollow +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash -FOLLOWING="$HOME/.arching-kaos/following" -fentries="$(cat $FOLLOWING)" -if [ ! -z $1 ] -then - search="$1" - sed -i -e 's,'"$search"',,g' $FOLLOWING - if [ $? == 0 ] - then - IPFS="$(ipfs add -q $FOLLOWING)" - if [ $? == 0 ] - then - profile set repositories "$IPFS" - else - logthis "IPFS problem" - fi - else - logthis "sed didn't found $search" - fi -else - echo "Who to unfollow?" - echo "Type following to see them" -fi - - -- cgit v1.2.3