function main()

in scripts/bitrot.js [219:225]


function main(argv) {
    bitrot();

    if (gRotCount > 0) {
        process.exit(3);
    }
}