aboutsummaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-07-28 23:54:31 -0400
committerCameron Katri <me@cameronkatri.com>2021-07-28 23:54:31 -0400
commit138368a6187c5a04c8af658ee504e7435ec6cf4e (patch)
tree5ee8608370e1ca862d812b048fbe80f85c26e16b /.local
parent41a64c7ffb36d136ab96e00b25fd1c586a57c24b (diff)
downloaddotfiles-138368a6187c5a04c8af658ee504e7435ec6cf4e.tar.gz
dotfiles-138368a6187c5a04c8af658ee504e7435ec6cf4e.tar.zst
dotfiles-138368a6187c5a04c8af658ee504e7435ec6cf4e.zip
Major mail changes
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/update-mail3
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/update-mail b/.local/bin/update-mail
new file mode 100755
index 0000000..df56fdd
--- /dev/null
+++ b/.local/bin/update-mail
@@ -0,0 +1,3 @@
+#!/bin/sh
+tmux new-session -d mbsync -aq $@
+exit 0