💾 Archived View for gemini.ctrl-c.club › ~de_alchmst › data › guestbook-start.sh.txt captured on 2024-08-18 at 19:43:29.

View Raw

More Information

-=-=-=-=-=-=-

#! /usr/bin/sh

if ! ps -A | grep -q "guestbook.rb"; then
   nice -n 15 /home/de_alchmst/projects/guestbook.rb &
fi