Add shared bin
This commit is contained in:
parent
a94b794c76
commit
7436e52200
9 changed files with 58 additions and 0 deletions
6
bin/pipe
Executable file
6
bin/pipe
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
command=$1
|
||||
file=$(mktemp --suffix=$2)
|
||||
cat < /dev/stdin > $file
|
||||
$command $file
|
||||
Loading…
Add table
Add a link
Reference in a new issue