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

astra.PwdCmd Maven / Gradle / Ivy

There is a newer version: 1.4.2
Show newest version
package astra;

import java.io.File;

public class PwdCmd extends AbstractCmd {
	public PwdCmd(File baseDir) {
		super(baseDir);
	}
	
	public String[] getCommand() {
		return new String[] { "pwd" };
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy