first commit
This commit is contained in:
14
index.js
Normal file
14
index.js
Normal file
@@ -0,0 +1,14 @@
|
||||
const config = require("./config");
|
||||
const utils= require("./utils");
|
||||
|
||||
for (const key in config.shellCoordinate.Fabulous) {
|
||||
let shell = config.startShell(key, config.shellCoordinate.Fabulous[key])
|
||||
console.log(shell)
|
||||
setInterval(async ()=> {
|
||||
console.log(await utils.execShell(shell))
|
||||
},1500)
|
||||
}
|
||||
|
||||
// utils.CheckInstallAdb().then(res => {
|
||||
// console.log(res)
|
||||
// })
|
||||
Reference in New Issue
Block a user