others/scrot_s_tlg_send.sh

5 lines
158 B
Bash

#!/bin/bash
SEND_TO=$(dmenu -i -l 8 < .tlg_users)
scrot -q 100 -s -o "/tmp/scrot_tmp.png" && telegram-cli -W --exec "send_photo $SEND_TO /tmp/scrot_tmp.png"