#!/usr/bin/with-contenv bash

echo "**** installing shellcheck ****"
apt-get update && apt-get install -y \
  shellcheck
