Skip to content

Commit

Permalink
Use Word's extension
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Nov 23, 2024
1 parent b7cffb5 commit 5b2cded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/zip.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Prompt the user for the desired file extension
$fileExtension = Read-Host "Enter the desired file extension (e.g., docx, pptx, xlsx)"
$fileExtension = "docx"

# Validate the input
if (-not $fileExtension -or $fileExtension -match '[^\w]') {
Expand Down

0 comments on commit 5b2cded

Please sign in to comment.