mirror of
https://gitlab.gnome.org/World/tootle
synced 2025-02-02 00:46:48 +01:00
7 lines
61 B
Bash
Executable File
7 lines
61 B
Bash
Executable File
#! /bin/sh
|
|
|
|
cd build
|
|
sudo ninja uninstall
|
|
cd ..
|
|
rm -rf build
|