mirror of
https://github.com/julia-actions/julia-buildpkg.git
synced 2026-02-13 09:56:55 +08:00
4 lines
98 B
JavaScript
4 lines
98 B
JavaScript
var safe = require('../');
|
|
var regex = process.argv.slice(2).join(' ');
|
|
console.log(safe(regex));
|