#!/bin/bash

function fs.file_exists {

    [ -f "$1" ]

}
