Initial commit

This commit is contained in:
Mousen
2025-04-20 06:45:03 +05:00
commit 9757a0c623
342 changed files with 115943 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/sh
if [ -L "/var/jb" ]; then
launchctl load /var/jb/Library/LaunchDaemons/com.mousen.screendumpd.plist
else
launchctl load /Library/LaunchDaemons/com.mousen.screendumpd.plist
fi
exit 0;