remaster/src/proj/desinfect.17

9 lines
223 B
Plaintext
Raw Normal View History

2018-05-06 17:26:21 +00:00
#!/bin/bash
#remaster lib
2018-05-07 00:56:46 +00:00
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
2018-05-06 17:26:21 +00:00
#desinfect.17
# . -Y ubuntu.16.04 -> ubuntu -> debian
2018-05-06 23:49:19 +00:00
source <LIBDIR>/proj/ubuntu.16.04
2018-05-21 10:42:10 +00:00
project_relation="desinfect.17 $project_relation"