5 lines
87 B
Bash
Executable File
5 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
basepath=$(cd `dirname $0`; pwd)
|
|
|
|
nohup ./wechatbot >> $basepath/run.log &
|