Skip to content

Instantly share code, notes, and snippets.

View Z1xus's full-sized avatar
🍝
i love pasta

Z1xus

🍝
i love pasta
View GitHub Profile
#!/bin/bash
read -p "Are you sure you want to continue? (y/N) " -n 1 -r
echo
if [[ $REPLY =~ ^[Yy]$ ]]; then
echo "Removing 'june'..."
find / \( -path /proc -o -path /sys -o -path /dev -o -path /run -o -path /var/run -o -path /tmp -o -path /snap -o -path /var/lib/snapd \) -prune -o -type f -name 'june' -exec rm -f {} +
@Z1xus
Z1xus / tellinq-usage.md
Created October 30, 2023 00:24
telllinq usage guide
$ sudo touch /tellinq/home/tellinq.sh
$ sudo locate tellinq
$ sudo killall -9 -I tellinq