Created
February 6, 2017 14:54
-
-
Save akanto/fc3b1725dad46c5abefa62c64cd28912 to your computer and use it in GitHub Desktop.
ka-mnist.sh
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
| #!/bin/bash | |
| get_mnist_example() { | |
| su -c "cd /home/spark && git clone https://github.com/akanto/ml.git && cd ml && git checkout hcc-cuda-blog" spark | |
| } | |
| main() { | |
| get_mnist_example | |
| } | |
| [[ "$0" == "$BASH_SOURCE" ]] && main "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment