mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
5 lines
94 B
Bash
Executable file
5 lines
94 B
Bash
Executable file
#!/bin/sh
|
|
cd build
|
|
sudo make uninstall && echo "Uninstalled successfully!"
|
|
cd ..
|
|
rm -rf build
|