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