8 lines
137 B
Bash
Executable file
8 lines
137 B
Bash
Executable file
#!/usr/bin/bash
|
|
|
|
set -e
|
|
cd "$(dirname "$0")/.."
|
|
|
|
scripts/generate_compressed.sh
|
|
scripts/generate_thumbnails.sh
|
|
scripts/apply_metadata.sh
|