5 lines
196 B
Bash
Executable file
5 lines
196 B
Bash
Executable file
#!/usr/bin/env bash
|
|
TMPDIR=/tmp/gendata_debug_run
|
|
mkdir -p "$TMPDIR"
|
|
export TMPDIR
|
|
/var/www/html/mvlog/bin/generate_data.sh "/var/www/html/mvlog/in-dir/20230630_napoli" "Naples" "Naples, Italy" 8
|