exec singel func

This commit is contained in:
6543
2018-05-10 17:13:19 +02:00
parent 49901e1f32
commit 98e0b6c835
21 changed files with 113 additions and 2 deletions

16
src/mods/xrdp Normal file → Executable file
View File

@ -0,0 +1,16 @@
#!/bin/bash
#remaster lib
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
## ...
[ -n "$1" ] && {
echo param
$1
}