From d4e0a22214041ea7e8ce2fe2ed667523d60c65c7 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 17 Aug 2024 19:09:39 +0100 Subject: [PATCH] [bluetooth_dmenu.pl]: Add explanatory comment to top of script --- bluetooth_dmenu.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bluetooth_dmenu.pl b/bluetooth_dmenu.pl index 2b4f5b7..0a69637 100755 --- a/bluetooth_dmenu.pl +++ b/bluetooth_dmenu.pl @@ -1,4 +1,5 @@ #!/usr/bin/perl +# Script that allows the user to select a bluetooth device to connect to via dmenu. use strict; use warnings;