/ Published in: Bash

removes ./ from dirEval and assigns to category
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
category=${dirEval#./}
Comments
