home

Code Library

function ends_with() {
  [[ "$string" == *"$suffix" ]]
}