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 ;;
|
screencast) screencast ;;
|
||||||
audio) audio ;;
|
audio) audio ;;
|
||||||
video) video ;;
|
video) video ;;
|
||||||
*selected) videoselected ;;
|
"video selected") videoselected ;;
|
||||||
webcam) webcam ;;
|
webcam) webcam ;;
|
||||||
"webcam (hi-def)") webcamhidef ;;
|
"webcam (hi-def)") webcamhidef ;;
|
||||||
esac
|
esac
|
||||||
|
@ -119,7 +119,7 @@ case "$1" in
|
||||||
screencast) screencast ;;
|
screencast) screencast ;;
|
||||||
audio) audio ;;
|
audio) audio ;;
|
||||||
video) video ;;
|
video) video ;;
|
||||||
*selected) videoselected ;;
|
"video selected") videoselected ;;
|
||||||
kill) killrecording ;;
|
kill) killrecording ;;
|
||||||
*) ([ -f /tmp/recordingpid ] && asktoend && exit) || askrecording ;;
|
*) ([ -f /tmp/recordingpid ] && asktoend && exit) || askrecording ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue