docu ...
This commit is contained in:
parent
e32c217fea
commit
636aba43d5
8
doc/proj-head
Executable file
8
doc/proj-head
Executable 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"
|
Loading…
Reference in New Issue
Block a user