fish/functions/dump.fish @ bbfb324ad399

Updates
author Steve Losh <steve@stevelosh.com>
date Sat, 21 Jul 2018 02:34:40 +0000
parents c55730194b70
children (none)
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/ru push

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

    hg -R ~/src/scully push
    hg -R ~/src/scully 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 ~/src/cl-digraph push
    hg -R ~/src/cl-digraph push git

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

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

    hg -R ~/src/dotfiles push

    offlineimap -qf INBOX
end