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

scsh.hostname.sc Maven / Gradle / Ivy

There is a newer version: 0.5.0
Show newest version
/*
	@Begin
		Display Host System Name
	Syntax
		hostname
	@End
 */

val localhost: java.net.InetAddress = java.net.InetAddress.getLocalHost
println("")
println(localhost.getHostName)
println("")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy