mirror of
https://github.com/Routstr/routstrd.git
synced 2026-08-10 04:07:00 +00:00
5 lines
68 B
TypeScript
Executable File
5 lines
68 B
TypeScript
Executable File
#!/usr/bin/env bun
|
|
import { cli } from "./cli";
|
|
|
|
cli(process.argv);
|