mirror of https://gitee.com/bigwinds/arangodb
8 lines
347 B
Batchfile
Executable File
8 lines
347 B
Batchfile
Executable File
@echo off
|
|
:: #################################################################
|
|
:: # script to start the foxx manager in Windows
|
|
:: #################################################################
|
|
setlocal enableextensions
|
|
|
|
arangosh.exe -c arangosh.conf --javascript.execute-string "require('org/arangodb/foxx/manager').run(ARGUMENTS);" %*
|