mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-11-15 09:57:25 +00:00
7 lines
150 B
Bash
7 lines
150 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
# $1 is the path for chroma to write the contents to. The symbol "&" runs process in background
|
||
|
|
chroma run --path "$1" &
|