Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

v1.0

Latest
Compare
Choose a tag to compare
@pazepaze pazepaze released this 29 Mar 13:57
· 3 commits to master since this release
refactor(autoupdate-zoom.sh): disable parameter expansion in here-doc…

…uments

Use quoted form of delimiter to disable parameter expansion, command substitution, and arithmetic expansion in file content string.
Improves readability of created files in the shell script.