Add assemblers/ directory
This commit is contained in:
parent
aea9dd1752
commit
c0769fc318
2 changed files with 1 additions and 1 deletions
|
|
@ -1,12 +0,0 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
import json
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
def main(tree, input_dir, output_dir, filename):
|
||||
subprocess.run(["tar", "-czf", f"{output_dir}/{filename}", "-C", tree, "."], stdout=subprocess.DEVNULL, check=True)
|
||||
|
||||
if __name__ == '__main__':
|
||||
options = json.load(sys.stdin)
|
||||
sys.exit(main(**options))
|
||||
Loading…
Add table
Add a link
Reference in a new issue