aboutsummaryrefslogtreecommitdiff
path: root/stage1/CheckAlive.scala
diff options
context:
space:
mode:
Diffstat (limited to 'stage1/CheckAlive.scala')
-rw-r--r--stage1/CheckAlive.scala7
1 files changed, 7 insertions, 0 deletions
diff --git a/stage1/CheckAlive.scala b/stage1/CheckAlive.scala
new file mode 100644
index 0000000..e2a21a5
--- /dev/null
+++ b/stage1/CheckAlive.scala
@@ -0,0 +1,7 @@
+package cbt
+
+object CheckAlive{
+ def main(args: Array[String]): Unit = {
+ System.exit(33)
+ }
+}