6 lines
50 B
Plaintext
6 lines
50 B
Plaintext
|
#!/bin/rc
|
||
|
T=/tmp/cs$pid
|
||
|
cstrans $T $1
|
||
|
rc $T
|
||
|
rm $T
|