tuist/script/uninstall

5 lines
81 B
Bash
Executable File

#!/bin/bash
rm -rf /usr/local/bin/tuist
rm -rf ~/.tuist
echo "Tuist uninstalled"