mirror of
https://github.com/mas-cli/mas
synced 2024-11-25 21:10:24 +00:00
9 lines
102 B
Bash
Executable file
9 lines
102 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
main() {
|
|
rm -rf mas.xcarchive
|
|
rm -f mas.xcarchive.zip
|
|
rm -f mas-cli.zip
|
|
}
|
|
|
|
main
|