Skip to content

Instantly share code, notes, and snippets.

@microbug
microbug / plots-pause.sh
Created May 14, 2021 21:28
Pause Chia plots (Linux)
#!/usr/bin/env bash
# Send SIGSTOP (pause) to all plot processes
ps aux | grep "[c]hia plots create" | awk '{print $2}' | xargs kill -STOP
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active July 8, 2024 00:16
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example