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

5
src/proj/debian Normal file → Executable file
View File

@ -35,3 +35,8 @@ function os_update() {
echo "done"
}
[ -n "$1" ] && {
echo param
$1
}

5
src/proj/desinfect.17 Normal file → Executable file
View File

@ -7,3 +7,8 @@
source <LIBDIR>/proj/ubuntu.16.04
TEST2="na"
[ -n "$1" ] && {
echo param
$1
}

5
src/proj/ubuntu Normal file → Executable file
View File

@ -7,3 +7,8 @@
####################################
# . -> debian
source <LIBDIR>/proj/debian
[ -n "$1" ] && {
echo param
$1
}

5
src/proj/ubuntu.16.04 Normal file → Executable file
View File

@ -5,3 +5,8 @@
#ubuntu.16.04
# . -> ubuntu -> debian
source <LIBDIR>/proj/ubuntu
[ -n "$1" ] && {
echo param
$1
}