5 lines
64 B
Text
5 lines
64 B
Text
|
#!/bin/bash
|
||
|
|
||
|
pkill nm-applet > /dev/null 2>/dev/null
|
||
|
nm-applet&
|