This website requires JavaScript.
Explore
Help
Sign In
thomasave
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
14617ecdca
dotfiles
/
awesome
/
autorun.sh
12 lines
109 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
run
(
)
{
if
! pgrep -f
"
$1
"
;
then
"
$@
"
&
fi
}
# Usage:
# run "program [some arguments]"
Reference in New Issue
View Git Blame
Copy Permalink