Skip to content

Commit

Permalink
CQHTTP: Change shebang to "/usr/bin/env sh"
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqVictor authored Feb 6, 2020
1 parent 64f8a22 commit 33670a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notify/cqhttp.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 33670a5

Please sign in to comment.