summaryrefslogtreecommitdiff
path: root/stat.sh
diff options
context:
space:
mode:
authorLuke <luke@lukesmith.xyz>2018-02-10 10:12:10 -0700
committerLuke <luke@lukesmith.xyz>2018-02-10 10:12:10 -0700
commit7a8ded1b6c6f9a018785e5cda90c7508ad50d8b3 (patch)
tree2b931faaf370a366b86101ea0ebd6691a62802e6 /stat.sh
parentbecd87feaec9a42f83e1eadd6c92b103721efe18 (diff)
remove script now visual
Diffstat (limited to 'stat.sh')
-rwxr-xr-xstat.sh8
1 files changed, 0 insertions, 8 deletions
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')