minor fixes
This commit is contained in:
parent
3a58afa8f7
commit
a65fff9334
2 changed files with 2 additions and 2 deletions
common
0
common/.config/aichat/functions/agents/ansible-coder/tools.sh
Normal file → Executable file
0
common/.config/aichat/functions/agents/ansible-coder/tools.sh
Normal file → Executable file
|
@ -91,7 +91,7 @@ askrecording() {
|
|||
screencast) screencast ;;
|
||||
audio) audio ;;
|
||||
video) video ;;
|
||||
*selected) videoselected ;;
|
||||
"video selected") videoselected ;;
|
||||
webcam) webcam ;;
|
||||
"webcam (hi-def)") webcamhidef ;;
|
||||
esac
|
||||
|
@ -119,7 +119,7 @@ case "$1" in
|
|||
screencast) screencast ;;
|
||||
audio) audio ;;
|
||||
video) video ;;
|
||||
*selected) videoselected ;;
|
||||
"video selected") videoselected ;;
|
||||
kill) killrecording ;;
|
||||
*) ([ -f /tmp/recordingpid ] && asktoend && exit) || askrecording ;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue