I removed some bashisms, because if /bin/sh is not linked to bash (but to dash, for example), then script will not work. Another solution is to simply change #!/bin/sh to #!/usr/bin/env bash.
recently installed a dash and now scripts in my system are breaking a little, calendar-launcher in this casenice rice btw 🤩
I removed some bashisms, because if
/bin/sh
is not linked tobash
(but todash
, for example), then script will not work. Another solution is to simply change#!/bin/sh
to#!/usr/bin/env bash
.recently installed a dash and now scripts in my system are breaking a little, calendar-launcher in this case nice rice btw 🤩