dotfiles
code
commits
refs
main
dotfiles
/
bin
/
mailsync
chore: using sh when possible
a16a705
Eric Bower
·
2026-06-16
1
#!/usr/bin/env sh
2
3
echo
"Syncing imap mail"
4
mbsync -a -V -q
5
6
exit
0