[bluetooth_dmenu.pl]: Add explanatory comment to top of script

This commit is contained in:
2024-08-17 19:09:39 +01:00
parent a38b9be235
commit d4e0a22214

View File

@ -1,4 +1,5 @@
#!/usr/bin/perl #!/usr/bin/perl
# Script that allows the user to select a bluetooth device to connect to via dmenu.
use strict; use strict;
use warnings; use warnings;