exec singel func
This commit is contained in:
16
src/mods/xrdp
Normal file → Executable file
16
src/mods/xrdp
Normal file → Executable file
@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
#remaster lib
|
||||
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
||||
|
||||
|
||||
|
||||
## ...
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[ -n "$1" ] && {
|
||||
echo param
|
||||
$1
|
||||
}
|
||||
|
Reference in New Issue
Block a user