What is Nostr?
Justine Smithies /
npub1w65…6kyw
2024-12-15 20:30:43

Justine Smithies on Nostr: Exploring /bin/sh on #FreeBSD and I discover that arrays are not a thing. So doing ...

Exploring /bin/sh on #FreeBSD and I discover that arrays are not a thing. So doing something like this ic=(0 1 2 3 4 5 6 7 8 9) as it is in my bash workspace script doesn't work in /bin/sh. But I can get around it by doing this set "0" "1" "2" "3" "4" "5" "6" "7" "8" "9" then I can just call up a value like echo $4 which would return 3.
Exciting stuff learning how to work around features or less features. Time to read up some more. 😆
Author Public Key
npub1w65rptwmg7gr50yqjdmje49s8kfk4e95hwqgzr2zqpfynjzt29lq0z6kyw