#!/bin/bash

#== Bash helpers ==

function info {
  echo " "
  echo "--> $2"
  echo " "
}
