diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-09-13 06:05:23 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-09-13 06:05:23 -0400 |
commit | 06e210a109333edc5c5deb8df52b28f6a23ff075 (patch) | |
tree | ae189c7257308a20655a0386246faa844d0b555e /copy-to-ide | |
parent | 0b8f9396c9eff65d6fa36cc56259bf54f16a9443 (diff) | |
download | librambutan-06e210a109333edc5c5deb8df52b28f6a23ff075.tar.gz librambutan-06e210a109333edc5c5deb8df52b28f6a23ff075.zip |
Add copy-to-ide.
Until the violence stops.
Diffstat (limited to 'copy-to-ide')
-rwxr-xr-x | copy-to-ide | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/copy-to-ide b/copy-to-ide new file mode 100755 index 0000000..6cd4bdd --- /dev/null +++ b/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 |