mirror of
https://github.com/TakeV-Lambda/Tooth.git
synced 2024-10-31 21:20:24 +00:00
6 lines
61 B
Bash
Executable file
6 lines
61 B
Bash
Executable file
#! /bin/sh
|
|
|
|
cd build
|
|
sudo ninja uninstall
|
|
cd ..
|
|
rm -rf build
|