fe18afbcf4
Use smaller max block size when doing global dedupe. Fix init of executable name.
8 lines
125 B
Bash
8 lines
125 B
Bash
#!/bin/sh
|
|
|
|
PC_PATH="<PC_PATH>"
|
|
LD_LIBRARY_PATH="${PC_PATH}"
|
|
export LD_LIBRARY_PATH
|
|
|
|
exec ${PC_PATH}/buildtmp/pcompress "$@"
|
|
|