Skip to content
Snippets Groups Projects
Commit bfc4e208 authored by David Rouquet's avatar David Rouquet
Browse files

copy-images

parent ba9c5e18
No related branches found
No related tags found
1 merge request!4Main
......@@ -281,6 +281,14 @@ extract-mp3)
done
done
;;
copy-images)
mkdir "$RESULTS_DIR/img/"
for version in macao_12 macao_3; do
for type in gif jpg png; do
cp "$SOURCES_DIR/$version/contenu/media/"*".$type" "$RESULTS_DIR/img/"
done
done
;;
shell)
if [[ "$VERSION" = "each" ]]; then
echo "Subcommand 'shell' not supported for version '$VERSION'" >&2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment