workspace/arch-user/bin/ai
2025-06-22 22:35:30 +00:00

7 lines
55 B
Bash
Executable File

#!/bin/sh
role="$1"
shift
aichat --role "$role" "$@"