您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

9 行
167 B

  1. #!/bin/bash
  2. MY_PATH="`dirname \"$0\"`"
  3. cd "$MY_PATH"
  4. # activate virtualenv
  5. source ~/.virtualenvs/tootbot-spicy/bin/activate
  6. python3 tootbot.py config.json
  7. deactivate