Browse Source
CQHTTP: Change shebang to "/usr/bin/env sh"
pull/2719/head
Victor Huang
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
notify/cqhttp.sh
|
|
@ -1,8 +1,8 @@ |
|
|
|
#!/bin/bash |
|
|
|
#!/usr/bin/env sh |
|
|
|
|
|
|
|
#Support for CQHTTP api. Push notification on CoolQ |
|
|
|
#CQHTTP_TOKEN="" Required, QQ application token |
|
|
|
#CQHTTP_USER="" Required, QQ reciever ID |
|
|
|
#CQHTTP_USER="" Required, QQ receiver ID |
|
|
|
#CQHTTP_APIROOT="" Required, CQHTTP Server URL (without slash suffix) |
|
|
|
#CQHTTP_CUSTOM_MSGHEAD="" Optional, custom message header |
|
|
|
|
|
|
|