Get current Folder
Sometimes, we need to get the current folder, for things like Creating helm charts at work
The problem
Usually we are able to do something like pwd but this returns the entire working directory
Solution
Use basename
Sometimes, we need to get the current folder, for things like Creating helm charts at work
Usually we are able to do something like pwd but this returns the entire working directory
Use basename