scala "$0" "$@" <<toEnd object Zwei { def main(args: Array[String]) { println("Walters Versuch drei oder? " + args.toList) } } Zwei.main(args) toEnd