Skip to content
Snippets Groups Projects
reloadPlugins.sh 87 B
Newer Older
cedric's avatar
cedric committed
#!/bin/sh

for i in wckbuttons wckmenu windowck; do
    pkill --full "lib${i}.so"
cedric's avatar
cedric committed
done