#!/bin/bash #remaster lib [ -d "" ] || { echo "LIBDIR not exist"; exit 1; } ## ... [ -n "$1" ] && { echo param $1 }