7 lines
141 B
Bash
Executable File
7 lines
141 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd "$(dirname $0)/.."
|
|
source scripts/env.sh
|
|
|
|
python "$DFL_MAIN" xseg fetch \
|
|
--input-dir "$WORKSPACE/data_dst/aligned"
|