Update gettingstartedguideforbeginnerprogrammers.rst (#548)

This commit is contained in:
ttvasterikx 2023-05-29 14:53:47 -04:00 committed by GitHub
parent ea8f5cede7
commit becca87224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -860,7 +860,7 @@ startup script. Feel free to adjust it to your liking.
ns.scp("early-hack-template.js", serv);
ns.brutessh(serv);
ns.nuke(serv);
ns.exec("early-hack-template.sj", serv, 12);
ns.exec("early-hack-template.js", serv, 12);
}
}