mirror of
https://github.com/PR0M3TH3AN/Archivestr.git
synced 2026-03-08 03:02:52 +00:00
6 lines
90 B
JavaScript
Executable File
6 lines
90 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
import { main } from '../src/lib.mjs';
|
|
|
|
main(process.argv.slice(2));
|