fish/functions/dump.fish @ c0b7ab63d895

More
author Steve Losh <steve@stevelosh.com>
date Tue, 12 Jul 2016 17:11:04 +0000
parents a1d25734af30
children 122228d53e7a
function dump -d "dump to/from the internet"
    hg -R ~/.plan push
    hg -R ~/.plan push git

    hg -R ~/src/cl-nrepl 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 ~/src/coding-math push git

    hg -R ~/src/sand push

    hg -R ~/src/hype push

    hg -R ~/lib/dotfiles push

    offlineimap -qf INBOX
end