aboutsummaryrefslogtreecommitdiff
path: root/dists/engine-data/create-testbed-data.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dists/engine-data/create-testbed-data.sh')
-rwxr-xr-xdists/engine-data/create-testbed-data.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/dists/engine-data/create-testbed-data.sh b/dists/engine-data/create-testbed-data.sh
index 1ed6c733b5..0200803caa 100755
--- a/dists/engine-data/create-testbed-data.sh
+++ b/dists/engine-data/create-testbed-data.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Create the directory structure
-# Avoided bash shortcuts/ file-seperators in interest of portability
+# Avoided bash shortcuts / file-seperators in interest of portability
if [ -e testbed ]; then
echo "Game-data already present as testbed/"
@@ -45,4 +45,8 @@ cd ..
# back to the top
cd ..
+
+# move the audiocd data to newly created directory
+cp -r testbed-audiocd-files testbed/audiocd-files
+
echo "Game data created"