getWorkingDirectory function

String? getWorkingDirectory()

Implementation

String? getWorkingDirectory() {
  return run('pwd', []);
}