fish/functions/dump.fish @ 171b0efe559d

ECL and more
author Steve Losh <steve@stevelosh.com>
date Thu, 14 Jul 2016 22:45:37 +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