clear + file move

This commit is contained in:
2022-11-09 10:10:37 +01:00
parent 43f6546684
commit 37cf243d80
24 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
#!/bin/bash
modprobe btusb
sleep 1
sudo systemctl enable bluetooth.service
sleep 1
sudo systemctl start bluetooth.service
sleep 1
clear
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " "
echo " Enable Bluetooth DONE"
echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"