diff options
author | Luke <luke@lukesmith.xyz> | 2018-02-10 10:12:10 -0700 |
---|---|---|
committer | Luke <luke@lukesmith.xyz> | 2018-02-10 10:12:10 -0700 |
commit | 7a8ded1b6c6f9a018785e5cda90c7508ad50d8b3 (patch) | |
tree | 2b931faaf370a366b86101ea0ebd6691a62802e6 /stat.sh | |
parent | becd87feaec9a42f83e1eadd6c92b103721efe18 (diff) |
remove script now visual
Diffstat (limited to 'stat.sh')
-rwxr-xr-x | stat.sh | 8 |
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') |