Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xfce4-windowck-plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Panel Plugins
xfce4-windowck-plugin
4659dd2281b754e640e923437036a0c5c4e73521
xfce4-windowck-plugin
reloadPlugins.sh
Find file
Normal view
Permalink
reloadPlugins.sh
87 B
Newer
Older
add refresh scripts
cedric
committed
11 years ago
1
2
#!/bin/sh
title: Rename windowck to wcktitle
Arkadiy Illarionov
committed
2 years ago
3
for
i
in
wckbuttons wckmenu wcktitle
;
do
Simplify reloadPlugins.sh
Arkadiy Illarionov
committed
2 years ago
4
pkill
--full
"lib
${
i
}
.so"
Fix reloadplugins.sh
cedric
committed
11 years ago
5
done