theme
This commit is contained in:
@@ -3,4 +3,8 @@
|
||||
role="$1"
|
||||
shift
|
||||
|
||||
aichat --role "$role" "$@"
|
||||
if [ -n "$1" ]; then
|
||||
aichat --role "$role" "$@"
|
||||
else
|
||||
aichat --role "$role" --session
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user