79326528

Date: 2025-01-03 13:02:52
Score: 2
Natty:
Report link

Too late I think.. but why not do something like this:

#!/bin/bash

while true
do
if [ ! `pgrep firefox-bin` ];then
firefox --kiosk    
fi
sleep 5
done
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: kernelbit