MCPcopy Create free account
hub / github.com/Garten/sourcecraft / isUnix

Method isUnix

src/main/Main.java:27–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 private Gui gui;
26
27 public static boolean isUnix() {
28 String OS = System.getProperty("os.name")
29 .toLowerCase();
30 return (OS.indexOf("nix") >= 0 || OS.indexOf("nux") >= 0 || OS.indexOf("aix") > 0);
31 }
32
33 public static void main(String[] args) {
34 new Main();

Callers 3

STEAM_GAME_PATHMethod · 0.95
guessSteamPathMethod · 0.95
getNewMinecraftPathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected