Initial Commit

This commit is contained in:
klein panic
2024-10-22 21:30:39 -04:00
commit 11e3355fce
4 changed files with 75 additions and 0 deletions

View File

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