dotfiles/de/home/.config/eww/scripts/bt-devices
2025-03-04 16:30:02 -08:00

4 lines
97 B
Bash
Executable file

#!/bin/bash
devices=$(echo '[{"name":"mouse"},{"name":"headphones"}]' | jq '.')
echo ${devices}