linuxOS_D21X/package/third-party/busybox/mdev/sd_remove

8 lines
105 B
Plaintext
Raw Normal View History

2024-11-29 08:23:11 +00:00
#!/bin/sh
sync
umount -l /mnt/sdcard
rm -rf /mnt/sdcard
echo "/mnt/sdcard is unmounted" > /dev/console