run-batch-submitter.js 114 Bytes
#!/usr/bin/env node

const batchSubmitter = require('../dist/src/exec/run-batch-submitter')

batchSubmitter.run()