b05a5cfb7b
mk placeholder
17 lines
220 B
Bash
Executable File
17 lines
220 B
Bash
Executable File
#!/bin/bash
|
|
# at the moment only generate dir structure in /build
|
|
|
|
echo "clear build"
|
|
[ -d ./build ] && rm -v -R ./build
|
|
mkdir build
|
|
|
|
echo "copy files"
|
|
## skripte copieren
|
|
|
|
|
|
# Pfade anpassen
|
|
#sed ...
|
|
|
|
#mkdeb...
|
|
#not jet
|