Skip to content

Commit

Permalink
Add go script
Browse files Browse the repository at this point in the history
  • Loading branch information
csswizardry committed Mar 7, 2013
1 parent 1e1bed7 commit 1e9b5a1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions go
@@ -0,0 +1,15 @@
#!/bin/sh

echo "Installing clean project"

mv .git/modules . && \
rm -rf .git/ && \
git init && \
mv modules .git/ && \
git add css/inuit.css && \
git add .gitmodules && \
rm $0

echo "inuit.css project successfully installed"

git status

0 comments on commit 1e9b5a1

Please sign in to comment.