mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
6 lines
108 B
JavaScript
Executable File
6 lines
108 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
|
|
// this file is for esvu compatibility
|
|
(async () => import('../lib/node/bin.mjs'))();
|