mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-20 13:27:17 +00:00

This PR integrates the Etcher CLI code-wise, but doesn't yet handles the distribution part of the story. Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
3 lines
50 B
JavaScript
Executable File
3 lines
50 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
require('../lib/cli/etcher');
|