6 lines
155 B
Bash
6 lines
155 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
TMP=`rm -rf tests/dir4`
|
||
|
TMP=`mkdir tests/dir4`
|
||
|
TMP=`cp tests/src/* tests/dir4`
|
||
|
./splitter merge tests/dir4/wrong.pdf.index tests/dir4/newpdf.pdf
|