xiongchiamiov / terminal-screensaver

Bringing the coolness of screensavers to your terminal.
Do What The F*ck You Want To Public License
59 stars 6 forks source link

lol #4

Open clue-by-four opened 6 years ago

clue-by-four commented 6 years ago

./terminal-screensaver: 3: ./terminal-screensaver: Syntax error: "(" unexpected

ghost commented 5 years ago

You have to replace: #!/bin/sh With #!/bin/bash in the "terminal-screensaver" script (the rest are right).

ghost commented 5 years ago

Doing the same in the "terminal-screensaver-reset" script fixes an error on reset as well.