Friend-Circle-Lite/deploy.sh
2024-07-21 22:46:54 +08:00

3 lines
53 B
Bash

#!/bin/bash
nohup python server.py > grab.log 2>&1 &