7 lines
47 B
Bash
Executable File
7 lines
47 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo rm -rf ~/.vim
|
|
|
|
echo "Done!"
|
|
|