Updated scripts
This commit is contained in:
parent
2e99d62fa4
commit
95942d8d39
2 changed files with 7 additions and 1 deletions
|
@ -14,4 +14,6 @@ source ~/.config/scripts/tool/kill.sh
|
|||
source ~/.config/scripts/tool/thumb.sh
|
||||
|
||||
# Text colour utility variables
|
||||
source ~/.config/scripts/util/colours.sh
|
||||
source ~/.config/scripts/util/colours.sh
|
||||
# Secrets
|
||||
source ~/.config/scripts/util/secret.sh
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
source /Users/noahheague/.config/scripts/util/secret.sh
|
||||
|
||||
REQUESTED_USER=''
|
||||
NAME='Webhook'
|
||||
PIC=''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue