#!/bin/sh
set -eu

: > /tmp/test386-project-opencode-was-executed
if [ "${1:-}" = "--version" ]; then
  printf '%s\n' '1.18.1'
  exit 0
fi
exit 93
