.git broken, restart

This commit is contained in:
dangerboot
2026-01-23 08:55:18 +01:00
commit d1be8ebdca
206 changed files with 8431 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
#!/usr/bin/bash
echo """
bluetoothctl
power on
agent on
default-agent
scan on
pair 22:22:D6:8F:28:2B
trust 22:22:D6:8F:28:2B
connect 22:22:D6:8F:28:2B
blueman-sendto 22:22:D6:8F:28:2B yourfile.jpg
bluetoothctl
remove 22:22:D6:8F:28:2B
"""