Create run.sh

This commit is contained in:
ferocknew 2023-12-06 12:33:59 +08:00 committed by GitHub
parent 5e84f1fc6e
commit c834ef77fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
run.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
cd /rustdesk-api-server;
python manage.py runserver $HOST:21114;