From 2762a6212e089ca1b3e1a4e241a5be299c7c1dee Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 30 Aug 2025 01:04:36 +0400 Subject: fix(scripts): update file paths for new directory layout --- scripts/sask | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 scripts/sask (limited to 'scripts/sask') diff --git a/scripts/sask b/scripts/sask new file mode 100755 index 0000000..1ea0f3f --- /dev/null +++ b/scripts/sask @@ -0,0 +1,15 @@ +#!/bin/sh + +. slib + +check_program "ollama" + +if [ "${1}" = "-s" ]; then + addition="answer in a short way:" + shift +fi + +question="${addition} ${@}" +model="codellama" + +echo "${question}" | ollama run "${model}" -- cgit v1.2.3