mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-07-05 08:02:48 +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" &
|