Tooth/uninstall.sh

7 lines
61 B
Bash
Executable File

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