10 lines
185 B
Bash
Executable File
10 lines
185 B
Bash
Executable File
#!/bin/bash
|
|
#remaster lib
|
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
|
|
|
#desinfect.17
|
|
# . -Y ubuntu.16.04 -> ubuntu -> debian
|
|
source <LIBDIR>/proj/ubuntu.16.04
|
|
|
|
TEST2="na"
|