Hacker News new | ask | show | jobs
by jiaaro 1269 days ago
K9s - https://k9scli.io/ Terminal (ncurses?) Kubernetes client

Bash “wait” command to do multiple things in parallel without extra _stuff_. Eg

    (
      dothing.sh &
      slow_stuff.sh &
      more.sh &
      wait
    )