.test/test describe $0

test -f ~/.ssh/id_rsa_app && rm ~/.ssh/id_rsa_app*
cd app
cp ../recipe/init/server/sshkey .pod/.
./podi init git@localhost:/home/git/app3 master 2222
git add .pod
git commit -m "recipe sshkey"
git push app3 master
