Skip to content

Instantly share code, notes, and snippets.

View social-anthrax's full-sized avatar
🍎
Poking an iPhone

Artemis Livingstone social-anthrax

🍎
Poking an iPhone
View GitHub Profile
@Siguza
Siguza / pallas.sh
Last active July 17, 2024 19:15
newstyle OTA
#!/usr/bin/env zsh
set -e;
set +m; # Job control would've been nice, but manual round robin it is, sigh.
if [ -z "${ZSH_VERSION+x}" ]; then
echo 'Try again with zsh.';
exit 1;
fi;