6 lines
82 B
Bash
6 lines
82 B
Bash
|
|
#!/bin/bash
|
||
|
|
set -x
|
||
|
|
#supervisord && supervisorctl start htyws
|
||
|
|
cd /root; ./htyws
|
||
|
|
sh
|