Skip to content
Snippets Groups Projects
Commit d79fc65a authored by cedric's avatar cedric
Browse files

add refresh scripts

parent 6a563fae
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
./reloadWPlugin.sh
sleep 2;
./reloadWBPlugin.sh
#!/bin/sh
kill `ps -ef | grep wckbuttons | grep -v grep | awk '{ print $2}'`
#!/bin/sh
kill `ps -ef | grep windowck | grep -v grep | awk '{ print $2}'`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment