Generated docs from job=generate-docs branch=master [ci skip]
This commit is contained in:
@@ -67964,7 +67964,7 @@ collection:
|
||||
name: bash
|
||||
elevation_required: false
|
||||
command: '$which_python -c "import gzip;input_file=open(''#{path_to_input_file}'',
|
||||
''rb'');content=input_file.read();input_file.close();output_file=gzip.GzipFile(''#{path_to_output_file}'',''wb'',''compresslevel=6'');output_file.write(content);output_file.close();"
|
||||
''rb'');content=input_file.read();input_file.close();output_file=gzip.GzipFile(''#{path_to_output_file}'',''wb'',compresslevel=6);output_file.write(content);output_file.close();"
|
||||
|
||||
'
|
||||
cleanup_command: 'rm #{path_to_output_file}
|
||||
|
||||
@@ -40,7 +40,7 @@ Uses GZip from Python to compress files
|
||||
|
||||
|
||||
```bash
|
||||
$which_python -c "import gzip;input_file=open('#{path_to_input_file}', 'rb');content=input_file.read();input_file.close();output_file=gzip.GzipFile('#{path_to_output_file}','wb','compresslevel=6');output_file.write(content);output_file.close();"
|
||||
$which_python -c "import gzip;input_file=open('#{path_to_input_file}', 'rb');content=input_file.read();input_file.close();output_file=gzip.GzipFile('#{path_to_output_file}','wb',compresslevel=6);output_file.write(content);output_file.close();"
|
||||
```
|
||||
|
||||
#### Cleanup Commands:
|
||||
|
||||
Reference in New Issue
Block a user