#!/usr/bin/env miaou-bash # CONSTANTS # FUNCTIONS # MAIN [ "$UID" -ne 0 ] && echo 'root privilege required' && exit 1 echo TODO: self-upgrade