mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-18 06:17:21 +00:00
8 lines
117 B
JavaScript
8 lines
117 B
JavaScript
#!/usr/bin/env node
|
|
|
|
/**
|
|
* AeThex CLI Binary
|
|
* Entry point for the aethex command
|
|
*/
|
|
|
|
require('../lib/index.js');
|