All Downloads are FREE. Search and download functionalities are using the official Maven repository.

os.engine.internal.Environment.scala Maven / Gradle / Ivy

The newest version!
// Copyright AGPL3 2015 ~ Optersoft SL

package os.engine.internal

object Environment {

  lazy val superuser = {

    System.getProperty("user.name") != "root"
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy