ajout de Sheebr + support de shutdown + auto install kernel
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
const fs = require('fs')
|
||||
if(process.argv.length >= 3){
|
||||
fs.openSync(process.argv[3], 'w');
|
||||
}
|
||||
Reference in New Issue
Block a user