5 lines
170 B
Bash
Executable File
5 lines
170 B
Bash
Executable File
#!/usr/bin/bash
|
|
cd /home/hermesai/repos/sage
|
|
/home/hermesai/repos/sage/py3/bin/python /home/hermesai/repos/sage/app/sage.py -p 9180 -w /home/hermesai/repos/sage &
|
|
exit 0
|