Files
2024-10-22 21:30:39 -04:00

8 lines
140 B
Bash
Executable File

#!/bin/bash
# Check if skippy-xd is currently running
if ! pgrep -x "skippy-xd" > /dev/null; then
# Start skippy-xd
skippy-xd &
fi