This commit is contained in:
6543 2018-05-21 12:34:55 +02:00
parent be32c02a81
commit 7c46700bd5
4 changed files with 21 additions and 2 deletions

7
src/proj/desinfect.15 Executable file
View File

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

#desinfect.15
# . -Y ubuntu.14.04 -> ubuntu -> debian
source <LIBDIR>/proj/ubuntu.14.04

7
src/proj/desinfect.16 Executable file
View File

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

#desinfect.16
# . -Y ubuntu.14.04 -> ubuntu -> debian
source <LIBDIR>/proj/ubuntu.14.04

View File

@ -5,5 +5,3 @@
#desinfect.17
# . -Y ubuntu.16.04 -> ubuntu -> debian
source <LIBDIR>/proj/ubuntu.16.04

TEST2="na"

7
src/proj/ubuntu.14.04 Executable file
View File

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

#ubuntu.16.04
# . -> ubuntu -> debian
source <LIBDIR>/proj/ubuntu