#!/bin/bash if (which stern &> /dev/null) then # activate completion source <(stern --completion bash) fi