#!/bin/bash #remaster lib [ -d "" ] || { echo "LIBDIR not exist"; exit 1; } # [param] function () { #Code of } #this func is standalone executable [ -n "$1" ] && { $@ }