Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add copy-to-ide.
Until the violence stops.
  • Loading branch information
Marti Bolivar committed Sep 13, 2011
1 parent 5a8aa44 commit 0156618
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions copy-to-ide
@@ -0,0 +1,9 @@
#!/bin/sh

IDE_DIRECTORY=$1

REFERENCE=$IDE_DIRECTORY/build/shared/reference

echo copying built docs...
cp -R build/html/* $REFERENCE
echo done

0 comments on commit 0156618

Please sign in to comment.