Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
zjowowen
/
gomoku
like
0
Sleeping
App
Files
Files
Community
db87424
gomoku
/
DI-engine
/
ding
/
scripts
/
kill.sh
zjowowen
init space
079c32c
10 months ago
raw
Copy download link
history
blame
Safe
70 Bytes
ps -ef | grep
'ding'
| grep -v grep | awk
'{print $2}'
|xargs
kill
-9