aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/archive.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/archive.sh')
-rw-r--r--scripts/archive.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/archive.sh b/scripts/archive.sh
new file mode 100644
index 000000000..cafa393d9
--- /dev/null
+++ b/scripts/archive.sh
@@ -0,0 +1,5 @@
+# Up to parent directory of scintilla
+cd ../..
+
+# Archive Scintilla to scintilla.tgz
+hg archive --repository scintilla scintilla.tgz