5 lines
45 B
Plaintext
5 lines
45 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
mkdir -p `dirname $2`
|
||
|
cp -v $1 $2
|