6 lines
71 B
Bash
6 lines
71 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
systemctl --user restart plasma-plasmashell
|
||
|
|
||
|
echo "Ready"
|