This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
secstate
/
dotfiles
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
ecc022e829
Ramas
Etiquetas
freebsd
master
dotfiles
/
bin
/
.bin
/
checkmail
checkmail
72 B
Histórico
Raw
1
2
3
4
5
6
7
#!/bin/sh
afew --m --new
mbsync -a
notmuch new
afew --tag --new
exit 0