fish/functions/dump.fish @ 1d6b60fde7f1

more
author Steve Losh <steve@stevelosh.com>
date Tue, 23 Aug 2016 22:48:19 +0000
parents 122228d53e7a
children 30edc2f560bf
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/temperance push
    hg -R ~/src/temperance push git

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

    hg -R ~/src/cl-ggp push
    hg -R ~/src/cl-ggp push git

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

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

    hg -R ~/src/cl-losh push
    hg -R ~/src/cl-losh push git

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

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

    hg -R ~/lib/dotfiles push

    offlineimap -qf INBOX
end