You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/packages/hydrojudge/bin/hydrojudge.js

7 lines
152 B
JavaScript

4 years ago
#!/usr/bin/env node
const { argv } = require('yargs');
if ((argv._ || [])[0] == 'cache') require('../dist/cache')()
else require('../dist/daemon')();