diff options
-rwxr-xr-x | indicator-restart.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indicator-restart.sh b/indicator-restart.sh new file mode 100755 index 0000000..efcab10 --- /dev/null +++ b/indicator-restart.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +killall indicator-example-service +killall gnome-panel |