3 lines
75 B
Bash
Executable File
3 lines
75 B
Bash
Executable File
#!/bin/bash
|
|
nohup /usr/bin/python -u server.py &>> /var/log/electrum.log &
|