Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
This is how it should be:
#!/bin/sh
while true
do
python3 ./bot.py
sleep 1
done
while sleep 1 <-- тут должно быть условие, а не инструкция
do
python3 ./bot.py
done
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question