Readded extract shell script

master
lanxu 2017-03-19 20:05:33 +02:00
parent 65cee8871e
commit 1e56ed5322
1 changed files with 5 additions and 0 deletions

5
extract Executable file
View File

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