remaster/gendeb.sh
2018-04-26 13:23:51 +02:00

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