Files
decap-stream/scripts/autologin.template.sh
T
2026-04-23 23:40:34 -03:00

11 lines
371 B
Bash

#!/bin/bash
# Gerado automaticamente pela API — não editar manualmente
# Stream: {{STREAM_ID}}
DISPLAY={{DISPLAY}} xdotool type --clearmodifiers --delay 50 "{{USER}}"
DISPLAY={{DISPLAY}} xdotool key Tab
sleep 0.3
DISPLAY={{DISPLAY}} xdotool type --clearmodifiers --delay 50 "{{PASS}}"
DISPLAY={{DISPLAY}} xdotool key Return
sleep 3
DISPLAY={{DISPLAY}} xdotool key F11