[build.sh] Now adds bunc functions
This commit is contained in:
parent
b975360ba8
commit
abef0cd0d3
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -4,8 +4,8 @@ EXEC=dam
|
|||
|
||||
echo -e "#!/bin/bash\n" > ${EXEC}
|
||||
|
||||
for file in src/env $(find src/ -type f -not -name env -not -name parser) src/parser; do
|
||||
for file in src/env $(find bunc/src -type f) $(find src/ -type f -not -name env -not -name parser) src/parser; do
|
||||
awk '!/^ *#/ && NF' ${file} >> ${EXEC}
|
||||
done
|
||||
|
||||
|
||||
chmod +x ${EXEC}
|
||||
|
|
Loading…
Reference in a new issue