Codebase list org-drill / eaa95ce1-8050-4afb-8098-f8a7cb22be97/main test-by-cp
eaa95ce1-8050-4afb-8098-f8a7cb22be97/main

Tree @eaa95ce1-8050-4afb-8098-f8a7cb22be97/main (Download .tar.gz)

test-by-cp @eaa95ce1-8050-4afb-8098-f8a7cb22be97/mainraw · history · blame

#!/bin/sh

git clone https://github.com/cask/cask ~/.cask
export PATH=$HOME/.cask/bin:$PATH


cd ..
mkdir copy
cd copy
cp -rf ../app/* .
rm makefile-local

make test