I remember playing Minecraft on Ubuntu 14.04, does that count?
EpicVision
joined 1 year ago
Do you use bash? If not, which one do you use? zsh, fish? Why do you do it?
Mostly fish, because it just feels much more modern than bash, it has good built-in autocomplete and I don't have to install millions of plugins like of zsh.
Do you write #!/bin/bash or #!/bin/sh? Do you write fish exclusive scripts?
#!/usr/bin/env bash
Occasionally I also write fish scripts. Just replace sh with fish.
What should’ve people told you what to do/ use?
general advice?
As @crispy_kilt@feddit.de already suggested, use shellcheck.
is it bad practice to create a handful of commands like podup and poddown that replace podman compose up -d and podman compose down or podlog as podman logs -f --tail 20 $1 or podenter for podman exec -it "$1" /bin/sh?
I don't think so
how do I make sure the pixels 7a I buy is completely relockable, including bootloader, on non-stock software?
view more: next ›
Underrated comment