X Tutup
#!/bin/bash pip uninstall -y slack-bolt && \ pip freeze | grep -v "^-e" | xargs pip uninstall -y
X Tutup