repo.or.cz
/
mina86-dot-files.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[bin] Remove pf and pd commands; I’ve not used them in years
[mina86-dot-files.git]
/
bin
/
,
blob
317a134efca96f3c0027095fd56ce4cbf6b91c8a
1
#!/bin/sh
2
3
if
[
$#
-eq
0
];
then
4
paste
-sd
,
5
else
6
printf
"%s
\n
"
"$@"
|
paste
-sd
,
7
fi