#!/bin/sh i_am() { echo 'v0.4' } i_am_root() { [ $(id -u) -eq 0 ] } i_should_install() { [[ ! -f ~/.zen/secret.june ]] }