mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-16 11:05:32 +00:00
8 lines
121 B
JavaScript
Executable File
8 lines
121 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
import process from 'node:process';
|
|
|
|
import cli from '../lib/cli.mjs';
|
|
|
|
cli(process.argv.slice(2));
|