mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 20:12:09 +03:00
5 lines
70 B
JavaScript
Executable File
5 lines
70 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
const bin = require("./bin")
|
|
|
|
bin.run("hurlfmt"); |