Add files via upload
This commit is contained in:
@@ -76,9 +76,14 @@ sys.exit(1)
|
|||||||
python "$HOME/capture-ai/ui.py"
|
python "$HOME/capture-ai/ui.py"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
cli)
|
||||||
|
python3 "$HOME/capture-ai/cli.py"
|
||||||
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
echo "Usage:"
|
echo "Usage:"
|
||||||
echo " capture-ai.sh image"
|
echo " capture-ai.sh image"
|
||||||
echo " capture-ai.sh text"
|
echo " capture-ai.sh text"
|
||||||
|
echo " capture-ai.sh cli"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user