mirror of
https://github.com/kingmo888/rustdesk-api-server.git
synced 2026-02-21 10:27:23 +08:00
5 lines
78 B
Bash
5 lines
78 B
Bash
#!/bin/bash
|
|
|
|
cd /rustdesk-api-server;
|
|
python manage.py runserver $HOST:21114;
|