fish/functions/dump.fish @ 54633d8bf6d8

Minor lisp tweaks
author Steve Losh <steve@stevelosh.com>
date Thu, 30 Jun 2016 13:06:28 +0000
parents aeab9d321fea
children a1d25734af30
function dump -d "dump to/from the internet"
    hg -R ~/.plan push

    hg -R ~/src/bones push
    hg -R ~/src/bones push git

    hg -R ~/src/mazes push
    hg -R ~/src/mazes push git

    hg -R ~/src/coding-math push

    hg -R ~/lib/dotfiles push

    offlineimap -qf INBOX
end