aboutsummaryrefslogblamecommitdiff
path: root/bin/paz
blob: b1f09ca9ee14508d592997976c2cdf80892dccad (plain) (tree)
1
2
3
4
         
                                                             
                        
                  
#!/bin/sh
# Print arguments, terminated by null chars. Compare pa(1df).
[ "$#" -gt 0 ] || exit 0
printf '%s\0' "$@"