home

Code Library

function is_dir() {
  [[ -d "$1" ]]
}