aboutsummaryrefslogtreecommitdiffstats
path: root/.local/bin/update-mail
blob: df56fdd53d0881beb6c9e4bae06da3b940938279 (plain) (blame)
1
2
3
#!/bin/sh
tmux new-session -d mbsync -aq $@
exit 0