init: scripts diversos (crawlers, conversores, scrapers)
This commit is contained in:
10
kb-processor/.envrc
Executable file
10
kb-processor/.envrc
Executable file
@@ -0,0 +1,10 @@
|
||||
source_up
|
||||
|
||||
# Variáveis específicas do projeto
|
||||
export PROJECT_ROOT=$(pwd)
|
||||
export INPUT_DIR=$PROJECT_ROOT/input
|
||||
export OUTPUT_DIR=$PROJECT_ROOT/output
|
||||
export MODELS_DIR=$PROJECT_ROOT/models
|
||||
|
||||
# Criar diretórios necessários
|
||||
mkdir -p $INPUT_DIR $OUTPUT_DIR $MODELS_DIR
|
||||
Reference in New Issue
Block a user