remaster/src/proj/ubuntu

10 lines
238 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
####################################
##### Base Template U B U N T U ####
####################################
# . -> debian
2018-05-06 23:49:19 +00:00
source <LIBDIR>/proj/debian