TheEighthDoctor@lemmy.worldtoTechnology@lemmy.world•Loops by Pixelfed is finally sending out welcome emails after weeksEnglish
5·
2 days agoI got one but it said it was iOS only
I got one but it said it was iOS only
Only a Vim user can call RegEx an advantage
#!/bin/bash if [[ $EUID -ne 0 ]]; then sudo "$0" "$@" exit $? fi for i in {1..10}; do echo "Eating ... $i" eat done