Rename erase-hca.js to erase-hardware-config.js
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env node
|
||||
const uhk = require('./uhk');
|
||||
|
||||
const device = uhk.getUhkDevice();
|
||||
uhk.eraseHca(device)
|
||||
.catch((err)=>{
|
||||
console.error(err);
|
||||
});
|
||||
Reference in New Issue
Block a user