wok view linld/stuff/upx.sh @ rev 19557

fusecloop: update advancecomp
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 14 09:22:13 2016 +0100 (2016-12-14)
parents
children d070ffff2c81
line source
1 #!/bin/sh
3 upx -5 $1 && echo "0 3C E8 75 FB 89 F7 AD 86 E0 29 F8 AB |" | hexdump -R | \
4 dd bs=1 seek=$(($(stat -c %s $1) - 15)) of=$1 conv=notrunc 2> /dev/null