View vip_install_script
#!/bin/bash | |
echo "starting script" | |
echo "going to home directory" | |
cd ~ | |
# get emade | |
git clone https://github.gatech.edu/emade/CGP-CNN.git | |
# install git-lfs |