Codebase list magicrescue / upstream/1.1.10+git20181202.7ae1f59 recipes / rar
upstream/1.1.10+git20181202.7ae1f59

Tree @upstream/1.1.10+git20181202.7ae1f59 (Download .tar.gz)

rar @upstream/1.1.10+git20181202.7ae1f59raw · history · blame

1
2
3
4
5
6
# Extracts RAR archives.
# Requires the proprietary "rar" tool, available from http://www.rarlab.com.
# Recipe contributed by Cesar Cid Mendez <skypce@gmail.com>.
0 string \x52\x61\x72\x21\x1a\x07\x00
extension rar
command dd bs=1024k count=50 of="$1" 2>/dev/null; rar rr -inul "$1"