Skip to content

Commit

Permalink
makes utils/project-prefix always use bash
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Apr 12, 2022
1 parent 7da1846 commit 60b62aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/project-prefix
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
result=${PWD##*/} # to assign to a variable

folder=`printf '%s\n' "${PWD##*/}"`
Expand Down

0 comments on commit 60b62aa

Please sign in to comment.