17 lines
164 B
Plaintext
Raw Normal View History

2018-05-10 17:13:19 +02:00
#!/bin/bash
#remaster lib
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
## ...
2018-05-11 00:04:02 +02:00
#this func is standalone executable
2018-05-10 17:13:19 +02:00
[ -n "$1" ] && {
2018-05-11 00:04:02 +02:00
xrdp $@
2018-05-10 17:13:19 +02:00
}