Answers for "linux command delay"

0

delay bash

sleep 5
Posted by: Guest on October-08-2021
0

how to delay the start of a program linux

# First create your file
vim /home/pi/my_file

# Add contents to file
sleep 10
chromium-browser http://127.0.0.1:8080

# Access autostart path
sudo vim /etc/xdg/lxsession/LXDE-pi/autostart

# Add file path to file
@bash /home/pi/delaystart &
Posted by: Guest on January-03-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language