Readded extract shell script
This commit is contained in:
parent
65cee8871e
commit
1e56ed5322
5
extract
Executable file
5
extract
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
for archive in "$@"; do
|
||||
extract.py "${archive}"
|
||||
done
|
Loading…
x
Reference in New Issue
Block a user