Why Nostr? What is Njump?
2024-02-22 15:09:54
in reply to

Τρομοκρατιστής ✭ on Nostr: npub1n86kc…50tl7 #!/bin/sh list="dash ash bash mksh ksh yash zsh" ...

#!/bin/sh
list="dash ash bash mksh ksh yash zsh"
tmbin='/usr/bin/time -f %e.s..%M.KB'
for s in $list; do
printf "%10s: " $s
if command -vp $s 2>&1 > /dev/null ; then
$tmbin $s -c 'for i in $(seq 1 1000000); do test $i = 1; done; exit 0'
fi
done
Author Public Key
npub1py5vzq5us6kxmw5l2uvgj8c77alp3wc8vgjs8k95yt80dxw3cjvqh8a94e