#!/bin/bash

function bool.true {

    [ "$1" = "true" ]

}
