my body is ready

This commit is contained in:
2026-04-26 20:16:23 -06:00
parent 93d12cdc45
commit 862c413a67
@@ -1,10 +1,10 @@
#!/bin/bash #!/bin/bash
set -e # faiulure is not tolerated here # set -e # faiulure is not tolerated here # failure is now an option
## easy to add ids~ ## easy to add ids~
### CO:1C:6A is phone in bt pair mode ### CO:1C:6A is phone in bt pair mode
### 71:D9:79 is common for testyin ### 71:D9:79 is common for testyin
### O1 is common and easier ### O1 is common and easier
vendor_ids=('00:25:DF' '00:58:28' '00:C0:D4' '84:70:03') vendor_ids=('00:25:DF' '00:58:28' '00:C0:D4' '84:70:03' 'CO:1C:6A')
webhook_file="/usr/share/DREAMMAKER/.discord_url" webhook_file="/usr/share/DREAMMAKER/.discord_url"
tag_file="/usr/share/DREAMMAKER/.discord_tag" tag_file="/usr/share/DREAMMAKER/.discord_tag"
username='[DЯΣΛMMΛKΣЯ]' username='[DЯΣΛMMΛKΣЯ]'
@@ -37,4 +37,4 @@ while true; do #infinite loop
# poweroff --poweroff --force --no-wall # --no-sync # poweroff --poweroff --force --no-wall # --no-sync
done done
fi fi
done done