aboutsummaryrefslogtreecommitdiffstats
path: root/copy-to-ide
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-09-13 06:05:23 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-09-13 06:05:23 -0400
commit06e210a109333edc5c5deb8df52b28f6a23ff075 (patch)
treeae189c7257308a20655a0386246faa844d0b555e /copy-to-ide
parent0b8f9396c9eff65d6fa36cc56259bf54f16a9443 (diff)
downloadlibrambutan-06e210a109333edc5c5deb8df52b28f6a23ff075.tar.gz
librambutan-06e210a109333edc5c5deb8df52b28f6a23ff075.zip
Add copy-to-ide.
Until the violence stops.
Diffstat (limited to 'copy-to-ide')
-rwxr-xr-xcopy-to-ide9
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