From 7a8ded1b6c6f9a018785e5cda90c7508ad50d8b3 Mon Sep 17 00:00:00 2001 From: Luke Date: Sat, 10 Feb 2018 10:12:10 -0700 Subject: remove script now visual --- stat.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 stat.sh (limited to 'stat.sh') diff --git a/stat.sh b/stat.sh deleted file mode 100755 index fa0143f..0000000 --- a/stat.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -# Gets all accounts used by offlineimaps. - -cat ~/.offlineimaprc | grep "^accounts =" | sed -e 's/accounts =\( \)//g;s/\(,\) /\n/g;' -# Another option -# Get current accounts -#accountsline=$(cat ~/.offlineimaprc | grep ^accou | sed 's/,//g') -- cgit v1.2.3