standalone executable

This commit is contained in:
6543
2018-05-11 00:04:02 +02:00
parent 401abf1f4b
commit 2513b645c1
20 changed files with 35 additions and 52 deletions

View File

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

View File

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

View File

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

View File

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