#!/bin/bash
SOURCE="$0"
source /usr/lib/elive-tools/functions
EL_REPORTS="1"

main(){
    # pre {{{
    local i arg app

    # }}}

    app="neowofetch"

    "$app" "${@}"

}

#
#  MAIN
#
main "$@"

# vim: set foldmethod=marker :
