Is it possible to run a python script as well as a command from terminal on startup?
I have successfully executed the python script as mentioned in the link below.
https://www.instructables.com/id/Raspberry-Pi-Launch-Python-script-on-startup/
and i want to run below command from terminal.
raspivid -n -ih -t 0 -rot 0 -w 1280 -h 720 -fps 15 -b 1000000 -o - | ncat -lkv4 5001