mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
5 lines
70 B
Bash
Executable File
5 lines
70 B
Bash
Executable File
#!/bin/bash
|
|
sync
|
|
umount /mnt/* 2> /dev/null
|
|
rm -d /mnt/* 2> /dev/null
|