first commit
This commit is contained in:
6
scripts/create_project_structure.sh
Executable file
6
scripts/create_project_structure.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# create_project_structure.sh v2.0
|
||||
|
||||
mkdir -p bg1ee-tts/{docs,data/raw/tlk,data/raw/dlg,data/processed,data/mappings,scripts,tts-service/app/engines,tts-service/app/cache,tts-service/app/playback,tts-service/tests,lua-hook/bg1ee_tts_hook,audio/de,audio/en,tools/weidu}
|
||||
|
||||
echo "Projektstruktur angelegt."
|
||||
Reference in New Issue
Block a user