mirror of
https://github.com/ddCat-main/cursor-auto-register.git
synced 2025-12-24 13:38:01 +08:00
4 lines
161 B
Bash
Executable File
4 lines
161 B
Bash
Executable File
#!/bin/bash
|
|
sleep 1
|
|
/Library/Frameworks/Python.framework/Versions/3.10/bin/python3 /Users/catdd/Desktop/work/ai/cursor-auto-register/api.py > restart.log 2>&1 &
|