2
0
Fork 0
mirror of https://github.com/mas-cli/mas synced 2025-03-06 23:57:21 +00:00

Merge pull request from rgoldberg/715-scripts

Improve scripts
This commit is contained in:
Ross Goldberg 2025-01-16 02:24:18 -05:00 committed by GitHub
commit c30d36c454
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
# Boilerplate setup for scripts.
#
\unalias -as
builtin unalias -as
setopt\
autopushd\
combiningchars\

View file

@ -8,7 +8,7 @@
. "${0:a:h}/_setup_script"
printf $'==> 🗑 Cleaning mas %s\n' "$(script/version)"
printf $'==> 🗑 Cleaning mas %s\n' "$(script/version)"
swift package clean
swift package reset