aboutsummaryrefslogblamecommitdiff
path: root/bash/bashrc.d/pa.bash
blob: 6c3531f055cca8ee278c44d54f1569119c7990e4 (plain) (tree)
1
2
3
4
5
6
7

                 


                          

 
# Print arguments
pa() {
    if (($#)) ; then
        printf '%s\n' "$@"
    fi
}