Readded extract shell script

This commit is contained in:
lanxu 2017-03-19 20:05:33 +02:00
parent 65cee8871e
commit 1e56ed5322

5
extract Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
for archive in "$@"; do
extract.py "${archive}"
done