mirror of
https://github.com/mas-cli/mas
synced 2024-11-25 13:00:23 +00:00
8 lines
139 B
Bash
Executable file
8 lines
139 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
PREFIX=/usr/local
|
|
|
|
echo "==> 🔥 Uninstalling mas"
|
|
|
|
trash /usr/local/Frameworks/MasKit.framework
|
|
trash /usr/local/bin/mas
|