aboutsummaryrefslogtreecommitdiff
path: root/stage1/CheckAlive.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-03-12 20:51:06 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2016-03-19 21:04:52 -0400
commitee7737c5648708bd841c1ef41c277a7324fd46da (patch)
tree485f181381607e28eed3bf47d373d62e2bb3acc4 /stage1/CheckAlive.scala
parent16b02cf34078113c833225297b686752aa26b407 (diff)
downloadcbt-ee7737c5648708bd841c1ef41c277a7324fd46da.tar.gz
cbt-ee7737c5648708bd841c1ef41c277a7324fd46da.tar.bz2
cbt-ee7737c5648708bd841c1ef41c277a7324fd46da.zip
Separate CheckAlive
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)
+ }
+}