RIFUJPGJ4QAK2ISPAUV6XOH6Q34ND657QGX7TEMFFLQRQJ7KP5BQC function require_variablesset COUNT_NOT_SET 0for arg in $argvif not set -q $argecho $argset COUNT_NOT_SET (math $COUNT_NOT_SET + 1)endendreturn $COUNT_NOT_SETend
function error_if_not_setset NOT_SET (require_variables $argv)set COUNT_NOT_SET $statusfor arg in $NOT_SETerror_message "$arg is not set and is required"endreturn $COUNT_NOT_SETend
function ebprestoerror_if_not_set EB_PRESTO_SERVER EB_PRESTO_USERif test $status -ne 0return $statusendset PRESTO_PATH /usr/local/bin/prestoif not test -e $PRESTO_PATHerror_message "presto does not appear to be installed at $PRESTO_PATH"endeval $PRESTO_PATH --server $EB_PRESTO_SERVER --user $EB_PRESTO_USER $argvend
# source private variables if existset -x PRIVATE_VARIABLES_FILE "$DOTFILES/fish/private_variables.fish"test -e "$PRIVATE_VARIABLES_FILE"; and source $PRIVATE_VARIABLES_FILE
/fish/private_variables.fish