This website requires JavaScript.
Explore
Help
Sign In
root
/
hexdump.js
mirror of
https://git.coolaj86.com/coolaj86/hexdump.js.git
Watch
2
Star
0
Fork
You've already forked hexdump.js
0
Code
Issues
Releases
Wiki
Activity
old
hexdump.js
/
bin
/
cli.js
5 lines
72 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
add bin
2017-09-25 18:26:15 +00:00
#!/usr/bin/env node
add cli
2017-09-25 18:00:04 +00:00
'use strict'
;
v1.1.0: update urls
2019-10-20 05:06:51 +00:00
require
(
'@root/hexdump/bin/cli.js'
)
;