We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b148f68 commit 51d30b6Copy full SHA for 51d30b6
uninstall.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
echo "Uninstalling AssemblyAI CLI..."
4
-rm -f "$HOME/.assemblyai-cli"
+rm -rf "$HOME/.assemblyai-cli"
5
6
LINETOREMOVE="export PATH=\"$HOME/AssemblyAI:\$PATH\""
7
grep -v "$LINETOREMOVE" "$HOME/.zshrc" > "$HOME/.zshrc.tmp" && mv "$HOME/.zshrc.tmp" "$HOME/.zshrc"
0 commit comments