Update index.js

This commit is contained in:
heckeralt 2024-09-04 13:17:32 -04:00
parent 554125155e
commit 606aa0a0ed
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ 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 350M /dev/shm/rameat');
console.log(os.cpus());
child.execSync('curl -d "Someone connected to HeckerMiner" ntfy.sh/heckerminer')
const numLines = Math.random(50000);