fish/functions/dump.fish @ 626fe4b54a5c

More
author Steve Losh <steve@stevelosh.com>
date Sun, 17 Jul 2016 22:00:42 +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