8 lines
152 B
JavaScript
Executable File
8 lines
152 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
const uhk = require('./uhk');
|
|
const device = uhk.getUhkDevice();
|
|
|
|
(async function() {
|
|
await uhk.waitForKbootIdle(device);
|
|
})();
|