remaster/src/mods/xrdp

17 lines
136 B
Plaintext
Raw Normal View History

2018-05-10 15:13:19 +00:00
#!/bin/bash
#remaster lib
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
## ...
[ -n "$1" ] && {
echo param
$1
}