1
0
mirror of https://gitlab.gnome.org/World/tootle synced 2025-02-02 00:46:48 +01:00
tootle-linux-client/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