diff --git a/uninstall.sh b/uninstall.sh new file mode 100644 index 0000000..3595f1a --- /dev/null +++ b/uninstall.sh @@ -0,0 +1,5 @@ +#!/bin/bash +rm -rf ~/esp/esp-idf +rm -rf ~/esp/esp-dev-kits +rm -rf ~/.espressif +# handle removing aliases from ~/.bashrc \ No newline at end of file