Tooth/uninstall.sh
2021-07-23 20:58:03 +03:00

7 lines
61 B
Bash
Executable file

#! /bin/sh
cd build
sudo ninja uninstall
cd ..
rm -rf build