share-copilot/uninstall.sh
2023-09-09 10:35:39 +08:00

4 lines
90 B
Bash

START_SCRIPT_PATH="/usr/local/bin/scop"
rm -f "$START_SCRIPT_PATH"
echo "卸载完成!"