1 2 3 4 5 6
if [[ $TRAVIS == true ]] { . ./_testing/travis/_get_files_arr.zsh } \ else { filelist=($@) }