mirror of https://github.com/yandex/odyssey.git
3 lines
83 B
Plaintext
3 lines
83 B
Plaintext
![]() |
#!/bin/bash
|
||
|
kill $(pgrep odyssey) || (sleep 1 && kill -9 $(pgrep odyssey)) || true
|