Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 115 Bytes

bash.md

File metadata and controls

5 lines (3 loc) · 115 Bytes

Today I Learned - Bash

Get the directory of the current running script

$(dirname "$(readlink -f "$0")")