#!/bin/bash

function fs.dir_absent {

    [ ! -d "$1" ]

}
