mirror of
https://git.coolaj86.com/coolaj86/hexdump.js.git
synced 2025-12-24 05:58:39 +00:00
5 lines
72 B
JavaScript
Executable File
5 lines
72 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
'use strict';
|
|
|
|
require('@root/hexdump/bin/cli.js');
|