Created
August 5, 2014 22:13
-
-
Save xymostech/ae7a3c849208a9628700 to your computer and use it in GitHub Desktop.
Syncing Huxley screenshots from a remote docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
echo "Syncing KaTeX directory there" | |
rsync --recursive --delete --links ./* KADev:docker-huxley/KaTeX/ | |
echo "Running docker-huxley" | |
ssh -t KADev sudo docker run -v /home/xymostech/docker-huxley/KaTeX:/KaTeX -i -t xymostech/huxley | |
echo "Syncing KaTeX directory back again" | |
rsync --recursive KADev:docker-huxley/KaTeX/test/huxley/* ./test/huxley/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment