4 lines
83 B
Bash
4 lines
83 B
Bash
#!/bin/bash
|
|
|
|
## Remove the program folder
|
|
sudo rm -rf /opt/intellij-idea-community
|