Delete ai_capture.sh

This commit is contained in:
FURK4NGG
2026-03-01 21:09:57 +03:00
committed by GitHub
parent 07e43f7da0
commit 58a7227ed1
-14
View File
@@ -1,14 +0,0 @@
#!/bin/bash
source ~/.config/ai_capture/env.sh
set -e
TMP="$HOME/.cache/ai-capture"
mkdir -p "$TMP"
GEOM=$(slurp) || exit 1
IMG="$TMP/capture_$(date +%s).png"
grim -g "$GEOM" "$IMG"
python ~/ai_capture/ui.py "$IMG"