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

scsh.pwd.sc Maven / Gradle / Ivy

There is a newer version: 0.5.0
Show newest version
/*
	@Begin
	print current directory

	Syntax
		ls
	@End
 */

import com.thing2x.smqd.net.telnet.ScShell

val shell: ScShell = $shell

println(shell.getWorkingDirectory)
println("")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy