diff --git a/wpcreate b/wpcreate index f2668c0..3f4f7f7 100755 --- a/wpcreate +++ b/wpcreate @@ -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 $@