| eizhens ( @ 2025-10-25 14:21:00 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#!/bin/bash DEAD=1 while [ $DEAD != 0 ]; do head /dev/urandom -c 42 | gcc -x c++ -o /dev/null - &>/dev/null [ $? == 0 ] && echo "neēd čožu" || echo "the goal was to miss, you fucking retard!" done