remaster/src/mods/xrdp

17 lines
164 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; }
## ...
2018-05-10 22:04:02 +00:00
#this func is standalone executable
2018-05-10 15:13:19 +00:00
[ -n "$1" ] && {
2018-05-10 22:04:02 +00:00
xrdp $@
2018-05-10 15:13:19 +00:00
}