mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 05:42:26 +00:00
3 lines
88 B
JavaScript
3 lines
88 B
JavaScript
import { main } from "./check.mjs";
|
|
|
|
await main([...process.argv.slice(2), "--timed"]);
|