This commit is contained in:
Eshan Roy (Eshanized)
2024-02-25 17:04:11 +05:30
parent 02d1aa8ce2
commit 50d5f1b2e7
7 changed files with 22 additions and 280 deletions

View File

@@ -0,0 +1,20 @@
#!/bin/bash
echo "############################################"
echo "Start Snigdha OS snapper cleanup"
echo "############################################"
if [ -f /usr/bin/snapper ]; then
for i in {1..20};
do
snapper --no-dbus delete $i
done
fi
echo
echo "############################################"
echo "End snigdhaos-snapper"
echo "############################################"
echo
rm -f /usr/local/bin/snigdhaos-snapper