This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
odyssey
mirror of
https://github.com/yandex/odyssey.git
Watch
1
Star
1
Fork
You've already forked odyssey
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5bbbae19c7
odyssey
/
docker
/
bin
/
ody-stop
3 lines
83 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
kill
$(
pgrep odyssey
)
||
(
sleep
1
&&
kill
-9
$(
pgrep odyssey
)
)
||
true
Reference in New Issue
View Git Blame
Copy Permalink