This commit is contained in:
2025-06-22 22:35:30 +00:00
parent e5d95820a7
commit 54836c9435
11 changed files with 97 additions and 2 deletions

6
arch-user/bin/ai Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
role="$1"
shift
aichat --role "$role" "$@"