5 lines
85 B
TypeScript
5 lines
85 B
TypeScript
#!/usr/bin/env bun
|
|
import { main } from "../../src/hwlab-cli-lib.ts";
|
|
|
|
await main();
|