mirror of
https://github.com/kardolus/chatgpt-cli.git
synced 2024-09-08 23:15:00 +03:00
6 lines
126 B
Bash
Executable File
6 lines
126 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
cd "$( dirname "${BASH_SOURCE[0]}" )/.."
|
|
./scripts/unit.sh && ./scripts/integration.sh
|