Skip to content

Instantly share code, notes, and snippets.

@Siguza
Siguza / pallas.sh
Last active September 25, 2023 14:42
newstyle OTA
View pallas.sh
#!/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;