Live data from Hacker News

Show HN: Bash Screensavers

github.com

21–30 of 82 posts

Re: Show HN: Bash Screensavers

#22

Earlier quoted context omitted.

Same here

Bash Screensavers v0.0.27 (Mystic Shine) ./screensaver.sh: line 79: mapfile: command not found 1 . (Press ^C to exit) Choose your screensaver: 1 404 Screensaver Not Found: Oh no! Screensaver had trouble! Error code: 1

Seems to be a old version of bash installed and used by default on macos

Re: Show HN: Bash Screensavers

#23

Earlier quoted context omitted.

Bash Screensavers v0.0.27 (Mystic Shine) ./screensaver.sh: line 79: mapfile: command not found 1 . (Press ^C to exit) Choose your screensaver: 1 404 Screensaver Not Found: Oh no! Screensaver had trouble! Error code: 1

Seems to be a old version of bash installed and used by default on macos

Even after updating still getting the same error

checked active bash version:

echo $BASH_VERSION

5.3.3(1)-release

Re: Show HN: Bash Screensavers

#24

Earlier quoted context omitted.

Bash Screensavers v0.0.27 (Mystic Shine) ./screensaver.sh: line 79: mapfile: command not found 1 . (Press ^C to exit) Choose your screensaver: 1 404 Screensaver Not Found: Oh no! Screensaver had trouble! Error code: 1

Get a Bash that's not ancient. mapfile is there since version 4.0 from 2009.

[deleted]

Re: Show HN: Bash Screensavers

#26

I've used Emacs for years but just recently learned about zone.el. I wonder if this is based on it too. I see some of the same screensavers here.

Wow! The copyright of zone.el goes back to 2000. But this is the first time I hear about it! How did you find this gem?

Re: Show HN: Bash Screensavers

#28

Earlier quoted context omitted.

Seems to be a old version of bash installed and used by default on macos

Even after updating still getting the same error checked active bash version: echo $BASH_VERSION 5.3.3(1)-release

What's relevant is whether "/usr/bin/env bash" runs the correct one.
Post reply on HN