8 lines
151 B
Bash
8 lines
151 B
Bash
#!/bin/bash
|
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2022-present Brooksytech
|
|
|
|
. /etc/profile
|
|
cd /usr/share/drastic
|
|
./uninstall.sh
|