[bin] Remove pf and pd commands; I’ve not used them in years
[mina86-dot-files.git] / bin / ,
blob317a134efca96f3c0027095fd56ce4cbf6b91c8a
1 #!/bin/sh
3 if [ $# -eq 0 ]; then
4 paste -sd,
5 else
6 printf "%s\n" "$@" | paste -sd,
7 fi