Skip to content

Commit

Permalink
inits
Browse files Browse the repository at this point in the history
  • Loading branch information
robrighter committed Aug 17, 2010
1 parent 1d7f618 commit c33c82e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 1 addition & 3 deletions bin/initproject.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/bin/sh

echo "Updating git submodules"
here=`pwd`
git submodule update --init
git submodule foreach "cd $here/\$path && $0"
sh ./bin/initsubmodules.sh

echo "Creating static folders"
mkdir ./project/static/images
Expand Down
4 changes: 4 additions & 0 deletions bin/initsubmodules.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
here=`pwd`
git submodule update --init
git submodule foreach "cd $here/\$path && $0"

0 comments on commit c33c82e

Please sign in to comment.