This commit is contained in:
6543 2018-05-21 12:45:42 +02:00
parent e32c217fea
commit 636aba43d5
1 changed files with 8 additions and 0 deletions

8
doc/proj-head Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
#remaster lib
[ -d "<LIBDIR>" ] || { echo "LIBDIR not exist"; exit 1; }

#<PROJECT_NAME>
# . -> <PROJECT_PARENT> -> <PROJECT_BASE>
source <LIBDIR>/proj/<PROJECT_PARENT>
project_relation="<PROJECT_NAME> $project_relation"