home

Code Library

function is_file() {
  [[ -f "$1" ]]
}