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