exec singel func
This commit is contained in:
5
src/proj/debian
Normal file → Executable file
5
src/proj/debian
Normal file → Executable file
@ -35,3 +35,8 @@ function os_update() {
|
||||
|
||||
echo "done"
|
||||
}
|
||||
|
||||
[ -n "$1" ] && {
|
||||
echo param
|
||||
$1
|
||||
}
|
||||
|
5
src/proj/desinfect.17
Normal file → Executable file
5
src/proj/desinfect.17
Normal file → Executable 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
5
src/proj/ubuntu
Normal file → Executable 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
5
src/proj/ubuntu.16.04
Normal file → Executable file
@ -5,3 +5,8 @@
|
||||
#ubuntu.16.04
|
||||
# . -> ubuntu -> debian
|
||||
source <LIBDIR>/proj/ubuntu
|
||||
|
||||
[ -n "$1" ] && {
|
||||
echo param
|
||||
$1
|
||||
}
|
||||
|
Reference in New Issue
Block a user