Re: [arch-projects] [namcap] [PATCH] Add handling for compression into namcap.py

2020-12-12 Thread Eli Schwartz via arch-projects
On 12/11/20 5:10 PM, meganomic via arch-projects wrote: > I did a quick patch using your idea and it definitely seems like a > good way to do it. Can probably clean it up and make it look prettier > with some refactoring. I'll look into it later. Nice, thanks! Haven't taken more than a

Re: [arch-projects] [namcap] [PATCH] Add handling for compression into namcap.py

2020-12-12 Thread meganomic via arch-projects
I refactored it and I think I've ironed out all the bugs. Does anyone have any additional ideas or see any glaring problems? diff --git a/namcap b/namcap index ea0bc94..019b077 100755 --- a/namcap +++ b/namcap @@ -1,39 +1,2 @@ #!/bin/bash - -args='' -tmp=$(mktemp -d --tmpdir namcap.XX)