10 lines
238 B
Bash
Executable File
10 lines
238 B
Bash
Executable File
#!/bin/bash
|
|
#remaster lib
|
|
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }
|
|
|
|
####################################
|
|
##### Base Template U B U N T U ####
|
|
####################################
|
|
# . -> debian
|
|
source <LIBDIR>/proj/debian
|