8 lines
151 B
Bash
Executable File
8 lines
151 B
Bash
Executable File
#!/bin/bash
|
|
#remaster lib
|
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
|
|
|
#ubuntu.16.04
|
|
# . -> ubuntu -> debian
|
|
source <LIBDIR>/proj/ubuntu
|