Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 280 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 280 Bytes

docker-unar

You can use the unar command as docker. http://unarchiver.c3.cx/commandline

USAGE

$ docker run --rm \
  --name docker-unar \
  -u $UID:$UID \
  -v $PWD:/opt/unar \
  matsuno/docker-unar \
  [archive file path(under pwd)]

AUTHOER

Sadayuki-Matsuno