17 lines
202 B
Bash
17 lines
202 B
Bash
#!/bin/bash
|
|
# at the moment only generate dir structure in /build
|
|
|
|
echo "clear build"
|
|
rm -v -R ./build
|
|
mkdir build
|
|
|
|
echo "copy files"
|
|
## skripte copieren
|
|
|
|
|
|
# Pfade anpassen
|
|
#sed ...
|
|
|
|
#mkdeb...
|
|
#not jet
|