fish/functions/dump.fish @ 9d1fa2c39196

More
author Steve Losh <steve@stevelosh.com>
date Fri, 15 Jul 2016 13:17:16 +0000
parents c0b7ab63d895
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