7 lines
190 B
Bash
Executable File
7 lines
190 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# set -euo pipefail
|
|
|
|
#./gemini-generic.sh "$1" 'Describe what you see factually, and also what you can infer from the context.'
|
|
./gemini-generic.sh "$1" 'Describe what you see'
|