Skip to content

Instantly share code, notes, and snippets.

@remisarrailh
Created March 27, 2013 05:10
Show Gist options
  • Save remisarrailh/5251824 to your computer and use it in GitHub Desktop.
Save remisarrailh/5251824 to your computer and use it in GitHub Desktop.
parsimony
#!/bin/bash
echo "---------------------------"
echo "---------------------------"
echo "Telechargement de parsimony"
echo "---------------------------"
echo "---------------------------"
wget https://github.com/parsimony/parsimony_cms/zipball/master
echo "----------"
echo "----------"
echo "Extraction"
echo "----------"
echo "----------"
unzip master
echo "------------------------"
echo "------------------------"
echo "Copie sur le serveur web"
echo "------------------------"
echo "------------------------"
mv parsimony-parsimony_cms* /var/www
rm master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment