summaryrefslogtreecommitdiffstats
path: root/makerepository.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'makerepository.cmd')
-rw-r--r--makerepository.cmd11
1 files changed, 11 insertions, 0 deletions
diff --git a/makerepository.cmd b/makerepository.cmd
new file mode 100644
index 00000000..660e2d78
--- /dev/null
+++ b/makerepository.cmd
@@ -0,0 +1,11 @@
+@if [%1]==[] goto missingparameters
+
+@java -cp gitblit.jar;"%CD%\lib\*" com.gitblit.MakeRepository --create %1
+@goto end
+
+:missingparameters
+@echo Usage:
+@echo makerepository path_to_repository
+@echo.
+
+:end \ No newline at end of file