github.com/Mrs4s/go-cqhttp@v1.2.0/scripts/bootstrap (about)

     1  #!/usr/bin/env bash
     2  function index.main_handler() {
     3      echo "Start GOCQHTTP~~~"
     4      cp -f config.yml /tmp/config.yml
     5      cp -f device.json /tmp/device.json
     6      ./go-cqhttp -w="/tmp/" faststart
     7  }
     8  index.main_handler