Skip to content

Commit

Permalink
Added pwd command
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanth-hk committed Mar 31, 2020
1 parent b701fc2 commit 6700519
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions commands/pwd.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
function pwd() {
console.log(`Path : ${process.cwd()}`);
}

module.exports = pwd;

0 comments on commit 6700519

Please sign in to comment.