vauvenal5 / tilix-background-image-switcher

Script for changing periodically the background image of tilix
MIT License
2 stars 0 forks source link

shell interpreter #1

Open psi19ceee5 opened 2 years ago

psi19ceee5 commented 2 years ago

Hi, I think you want to change the shell interpreter in the shebang of imageSwitch.sh to #/bin/bash or #/usr/bin/bash (instead of #/bin/sh). The classic bourne 'sh' shell does e.g. not know the array syntax you're using in line 17. Anyway nice work. Thanks for the script :)

vauvenal5 commented 2 years ago

Thx I will look into it. :+1: