index
:
dotfiles.git
master
Scripts and configuration files I use on my arch linux desktop.
Vikas Kushwaha
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.local
/
bin
/
shorts
/
mailsyncd
blob: fdc132f5f463c551d44e58faf0182dc92d51a77b (
plain
)
1
2
3
4
5
6
#!/bin/sh
while
true
;
do
mailsync
sleep
10m
done