diff options
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') |