#!/bin/bash

function fs.dir_exists {

    [ -d "$1" ]

}
