This repository has been archived on 2021-10-31. You can view files and clone it, but cannot push or open issues or pull requests.
sys_prog/splitter/tests/test5.sh

8 lines
191 B
Bash
Executable File

#!/bin/sh
TMP=`rm -rf tests/dir5`
TMP=`mkdir tests/dir5`
TMP=`cp tests/src/*.pdf tests/dir5/`
TMP=`./splitter split tests/dir5/pdf.pdf 1024`
TMP=`wc -c < tests/dir5/pdf.pdf.part10`
echo $TMP