#!/bin/bash #remaster lib [ -d "" ] || { echo "LIBDIR not exist"; exit 1; } ## ... #this func is standalone executable [ -n "$1" ] && { xrdp $@ }