Files
decap-stream/scripts/autologin.template.sh
T

11 lines
371 B
Bash
Raw Normal View History

2026-04-23 23:40:34 -03:00
#!/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