aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gpt/gpt2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/gpt/gpt b/bin/gpt/gpt
index d33e382..51de0a8 100755
--- a/bin/gpt/gpt
+++ b/bin/gpt/gpt
@@ -16,8 +16,6 @@ configurable_options=( behavior temperature max_tokens )
16trap _print_leave_message INT 16trap _print_leave_message INT
17 17
18_check_stacks() { 18_check_stacks() {
19 # Print all available options
20 index=0
21 for command in "${stacks[@]}"; do 19 for command in "${stacks[@]}"; do
22 which "$command" &>/dev/null && continue 20 which "$command" &>/dev/null && continue
23 echo "$command" is needed 21 echo "$command" is needed