#!/bin/bash REPOCTL_FUNCTIONS='/usr/share/repoctl/functions' [ -f /etc/repoctl_functions ] && REPOCTL_FUNCTIONS=$(cat /etc/repoctl_functions) . $REPOCTL_FUNCTIONS function usage_cmd() { case "$1" in mvpkg) cat <