Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavharness committed Aug 3, 2023
1 parent 9973bd8 commit 2ee6228
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ try {
const pwd = execSync(`pwd`).toString().trim();
console.log(`PWD ${pwd}`);

execSync(`cd /harness`)

const ls = execSync(`ls -al`).toString().trim();
console.log(`LS ${ls}`);

Expand Down

0 comments on commit 2ee6228

Please sign in to comment.