joehillen / sysz

An fzf terminal UI for systemctl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#!/bin/bash is not portable

lcvass opened this issue · comments

I suggest you change it to #!/usr/bin/env bash that is specified by POSIX. /bin/bash doesn't work in some Linux systems like NixOS. Otherwise it works great on NixOS, and it's a great tool, thanks.

Its better to have a script that replaces the #! to wherever bash is