Skip to content

Commit

Permalink
setup.js now deletes itself after running successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
LankyMoose committed Oct 10, 2024
1 parent aba5189 commit f23cd05
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,8 @@ for (const file of files) {
.replaceAll("%EMAIL-ADDRESS%", email)
fs.writeFileSync(filePath, updatedContent)
}

console.log("Setup complete")

// delete setup.js
fs.unlinkSync("setup.js")

0 comments on commit f23cd05

Please sign in to comment.