ollama-models/startrek/install.sh

5 lines
102 B
Bash
Executable File

#!/usr/bin/env bash
# Install all the files
for file in *; do ollama create ${file} -f ${file}; done