M
M
MRrOBOTwHITEE2021-11-04 15:21:26
linux
MRrOBOTwHITEE, 2021-11-04 15:21:26

How can I make Xdotool restart itself from the terminal after performing actions in Xdotool?

How can I make it restart itself from the terminal an infinite number of times after performing actions in Xdotool, until I stop it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Drno, 2021-11-04
@MRrOBOTwHITEE

Lord ... well, it’s impossible not to be able to use Google so much ...

spoiler

#!/bin/sh
echo "Начинаем..."
while (true)
do
echo "Ваш скрипт";
sleep 5; # пауза 5 секунд
done;

https://qna.habr.com/q/91625

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question