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

rsync: may not require /etc/inetd.conf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 20 12:42:22 2017 +0100 (2017-02-20)
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