Skip to content

Instantly share code, notes, and snippets.

View EvilJordan's full-sized avatar
🍔
Probably eating food

Jordan Holberg EvilJordan

🍔
Probably eating food
View GitHub Profile
@EvilJordan
EvilJordan / murder.sh
Created July 30, 2025 23:13
MURDER (kill all processes sharing a common name passed as a CLI parameter)
#!/bin/bash
murder() {
if [[ -z $1 ]]; then
echo "Missing argument!"
return
fi
echo "Killing $1..."
PROCESSES=`ps -ax | grep $1 | grep -v grep`
if [[ -z $PROCESSES ]]; then
echo "Nothing to kill!"
I contributed to the Semaphore Trusted Setup Multi-Party Ceremony.
The following are my contribution signatures:
Circuit: semaphore16
Contributor # 148
Hash: c2fecf9b a3f1b8d2 fd28ef16 cb464945
f681f25c e3f2cb3d e51b2594 e8eb67d4
899767fe c6a1349c 56d9f734 f9ea5b32
329bffe1 9cf1adf9 4ba439f2 b7e2ec5f