Files
better-teamspeak-theme/build_dev.sh
2024-01-18 20:51:08 +01:00

6 lines
196 B
Bash

#!/bin/sh
./build.sh
# cp files from dist to root folder and keep track of the files in a .dev_files_to_delete file
find ./dist -type f -exec cp {} ./ \; -exec echo {} >> .dev_files_to_delete \;