This website requires JavaScript.
Explore
Help
Register
Sign In
slococo
/
cdotfis
Watch
1
Star
0
Fork
You've already forked cdotfis
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b1d6700c28
cdotfis
/
dotfiles
/
.local
/
bin
/
launchPcmanfm
8 lines
90 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
if
pgrep
"pcmanfm"
> /dev/null
;
then
pkill
"pcmanfm"
else
"pcmanfm"
fi
Reference in New Issue
View Git Blame
Copy Permalink