Implemented 'pwd' command to retrieve working directory.
This commit is contained in:
@@ -15,6 +15,7 @@ type
|
||||
ExecuteAssembly = "dotnet"
|
||||
ExecutePe = "pe"
|
||||
Sleep = "sleep"
|
||||
GetWorkingDirectory = "pwd"
|
||||
|
||||
TaskStatus* = enum
|
||||
Completed = "completed"
|
||||
|
||||
Reference in New Issue
Block a user