This website works better with JavaScript.
Explore
Help
Sign In
jab2870
/
sxmo-utils
Watch
1
Star
0
Fork
You've already forked sxmo-utils
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
614
Commits
2
Branches
0
Tags
2.1 MiB
Tag:
Branch:
Tree:
ccc6223c1b
alarm-clock
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ccc6223c1b'
${ noResults }
sxmo-utils
/
scripts
/
core
/
sxmo_statusbarupdate.sh
3 lines
85 B
Raw
Normal View
History
Unescape
Escape
Restructure configs into seperate folder
4 years ago
#!/usr/bin/env sh
increased verbosity in various scripts, and do not run xargs kill when argument is empty (cleaner and clearer stderr messages)
4 years ago
pgrep -f
"
$(
command
-v sxmo_statusbar.sh
)
"
|
xargs -r
kill
-USR1
&