#/bin/bash
clear
declare -A CHUG_COMMAND_SET
for command in $(find .chug/bash -name '*.sh'); do source $command; done
${CHUG_COMMAND_SET[$1]}