From ee7737c5648708bd841c1ef41c277a7324fd46da Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Sat, 12 Mar 2016 20:51:06 -0500 Subject: Separate CheckAlive --- stage1/CheckAlive.scala | 7 +++++++ stage1/Stage1.scala | 6 ------ 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 stage1/CheckAlive.scala (limited to 'stage1') 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) + } +} diff --git a/stage1/Stage1.scala b/stage1/Stage1.scala index 937d9b3..417920c 100644 --- a/stage1/Stage1.scala +++ b/stage1/Stage1.scala @@ -8,12 +8,6 @@ import scala.collection.JavaConverters._ import paths._ -object CheckAlive{ - def main(args: Array[String]): Unit = { - System.exit(33) - } -} - class Init(args: Array[String]) { /** * Raw parameters including their `-D` flag. -- cgit v1.2.3