This website requires JavaScript.
Explore
Help
Sign In
Melawy-Linux
/
PKGBUILD
Watch
1
Star
0
Fork
You've already forked PKGBUILD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
08c1afb53a
PKGBUILD
/
Bad
/
get_process.sh
6 lines
91 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
echo
"Ready"
sleep
5
kill
$(
ps x
|
grep konsole
|
grep
$0
|
awk
'{print $1}'
)
Reference in New Issue
View Git Blame
Copy Permalink