Skip to content

Commit d4633e5

Browse files
save file
1 parent e857b63 commit d4633e5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

utils/misc/nodejs-terminal/v3.0/nodejs-terminal-v3.0.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,13 @@
852852

853853

854854
// Compress-Archive -Path .\* -DestinationPath ".\$(Split-Path -Leaf $PWD).zip"
855+
// Expand-Archive -Path .\archive.zip -DestinationPath . -Force
856+
855857
// zip -r "$(basename "$PWD").zip" ./*
858+
// unzip archive.zip -o
859+
860+
// 7z a -tzip "$(Split-Path -Leaf $PWD).zip" .\*
861+
// 7z x archive.zip -y
856862

857863
menu_callback.more['save-zip'] = async function(){
858864

0 commit comments

Comments
 (0)