summaryrefslogtreecommitdiff
path: root/stage4.js
diff options
context:
space:
mode:
authorspv420 <spv@spv.sh>2022-07-31 00:01:08 -0400
committerspv420 <spv@spv.sh>2022-07-31 00:01:08 -0400
commitecfc3d061aedcaa08d165227909b6b1098cbebb5 (patch)
tree06e1198119523a23283a266ed68e4f1cc5c202f3 /stage4.js
parent30582c3535e1a41a0d385435c14a632bdc0a3715 (diff)
stage4
Diffstat (limited to 'stage4.js')
-rw-r--r--stage4.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/stage4.js b/stage4.js
new file mode 100644
index 0000000..4947a77
--- /dev/null
+++ b/stage4.js
@@ -0,0 +1,6 @@
+function main() {
+ printf("landed in stage4\n");
+ syslog(LOG_SYSLOG, "we out here in stage 4");
+
+ return 0;
+} \ No newline at end of file