haskell, update
[dotfiles.git] / shell / .local / bin / update
index 9c4991e..84cc6f2 100755 (executable)
@@ -1,6 +1,8 @@
 #!/bin/sh
 NUL='>/dev/null 2>&1'
 
+offlineimap -o -u ttyui
+
 cmd() {
        echo -n 'apt-get update && apt-get dist-upgrade && '
        echo -n 'apt-get autoremove --purge && apt-get clean && apt-get autoclean'