fix the entrypoint call

also add stage2.js for future use
This commit is contained in:
Astra 2018-04-17 22:22:36 -04:00
parent c0ec2b59e2
commit 0635fe2536
2 changed files with 54 additions and 1 deletions

View file

@ -71,7 +71,7 @@
var epapi = krequire('epapi.js');
// call the entrypoint
epapi.go('reference-bootstrap');
epapi.go('bootsyhax-dr1ft',0,1);
})();`;