mirror of
https://github.com/DerTyp7/better-teamspeak-theme.git
synced 2025-10-29 12:42:09 +01:00
6 lines
196 B
Bash
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 \; |