1
0
mirror of https://gitlab.gnome.org/World/tootle synced 2025-02-13 01:50:37 +01:00
tootle-linux-client/uninstall.sh

7 lines
61 B
Bash
Raw Normal View History

2021-07-23 20:58:03 +03:00
#! /bin/sh
2020-06-30 00:43:45 +03:00
cd build
sudo ninja uninstall
cd ..
rm -rf build