nyx/tests/dynamic_fixtures/lang_detect/cli_node

5 lines
169 B
Text
Raw Permalink Normal View History

2026-06-05 10:16:30 -05:00
#!/usr/bin/env node
// Extensionless CLI entry point. Shebang identifies the interpreter.
const url = process.argv[2];
require("child_process").execSync("curl " + url);