(Emacs)+Elisp archive, (Scripts/status)+bluetooth status

This commit is contained in:
2023-10-06 01:18:33 +01:00
parent d88430aa8a
commit 300e8cbabd
5 changed files with 340 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
#!/usr/bin/env sh
name=$(bluetoothctl info | grep "Name" | sed 's/.*Name: //')
if [ ! "$name" ]
then
echo ""
else
echo "" $name;
fi