Navigation Menu

Skip to content
This repository has been archived by the owner on Oct 4, 2018. It is now read-only.

Commit

Permalink
wpcreate now removes the .git folder and .gitignore after cloning wpp…
Browse files Browse the repository at this point in the history
…rojectcreator
  • Loading branch information
boyvanamstel committed Aug 31, 2011
1 parent 8a514ab commit 6489418
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wpcreate
Expand Up @@ -12,5 +12,9 @@ shift
# Clone wpprojectcreator
git clone git://github.com/boyvanamstel/Wordpress-Project-Creator.git .

# Remove the .git folder and .gitignore
rm -rf .git
rm .gitignore

# Run it with parameters
python wpprojectcreator.py $@

0 comments on commit 6489418

Please sign in to comment.